diff options
author | sumneko <sumneko@hotmail.com> | 2022-03-11 16:52:51 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2022-03-11 16:52:51 +0800 |
commit | 341949e632439b76485f4707155df93f9dd4b258 (patch) | |
tree | 179b653d4a7b157a6576cb9424fdb0b85e260ed3 /test | |
parent | 36976b3df2d19d6b2593a25527516218049d630a (diff) | |
download | lua-language-server-341949e632439b76485f4707155df93f9dd4b258.zip |
update
Diffstat (limited to 'test')
-rw-r--r-- | test/type_inference/init.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/type_inference/init.lua b/test/type_inference/init.lua index 46fd2cad..9edc49c3 100644 --- a/test/type_inference/init.lua +++ b/test/type_inference/init.lua @@ -808,8 +808,6 @@ end ]] TEST 'string' [[ ----@class string - ---@generic T: table, K, V ---@param t T ---@return fun(table: table<K, V>, index?: K):K, V @@ -824,8 +822,6 @@ end ]] TEST 'boolean' [[ ----@class boolean - ---@generic T: table, K, V ---@param t T ---@return fun(table: table<K, V>, index: K):K, V @@ -841,8 +837,6 @@ end ]] TEST 'boolean' [[ ----@class boolean - ---@generic T: table, V ---@param t T ---@return fun(table: V[], i?: integer):integer, V @@ -858,8 +852,6 @@ end ]] TEST 'boolean' [[ ----@class boolean - ---@generic T: table, K, V ---@param t T ---@return fun(table: table<K, V>, index: K):K, V @@ -875,8 +867,6 @@ end ]] TEST 'integer' [[ ----@class integer - ---@generic T: table, K, V ---@param t T ---@return fun(table: table<K, V>, index?: K):K, V |