diff options
Diffstat (limited to 'test/references/init.lua')
-rw-r--r-- | test/references/init.lua | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/test/references/init.lua b/test/references/init.lua index cb026cbc..e6abc3bd 100644 --- a/test/references/init.lua +++ b/test/references/init.lua @@ -334,31 +334,6 @@ function mt2:doSomething() end ]] -TEST [[ ----@class A -local a = {} -a.<?x?> = 1 - ----@return A -local function f() end - -local b = f() -return b.<!x!> -]] - -TEST [[ ----@class A -local a = {} -a.<?x?> = 1 - ----@return table ----@return A -local function f() end - -local a, b = f() -return a.x, b.<!x!> -]] - -- TODO 支持泛型 do return end TEST [[ |