diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-26 21:48:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-26 21:48:41 +0800 |
commit | 202bc99994db7cf79d04dd56afd1e03743e9b908 (patch) | |
tree | 9303c87de9f9f4ce10b59c1f9161da15b0bff870 /test/definition/call.lua | |
parent | f5991c0f4b90c6392d139decfecd00b25d1a2690 (diff) | |
download | lua-language-server-202bc99994db7cf79d04dd56afd1e03743e9b908.zip |
fix #923
Diffstat (limited to 'test/definition/call.lua')
-rw-r--r-- | test/definition/call.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/definition/call.lua b/test/definition/call.lua index 42502f40..15364396 100644 --- a/test/definition/call.lua +++ b/test/definition/call.lua @@ -1,7 +1,7 @@ TEST [[ function f() local <!x!> - return <!x!> + return x end local <!y!> = f() print(<?y?>) |