diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-02-24 20:59:59 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-02-24 20:59:59 +0800 |
commit | 00c5506c24629382618d1fbc75e87e9aea04e376 (patch) | |
tree | 499dc503ddd3258989f4c775ada3690432af34f6 /test/definition/call.lua | |
parent | 7995a21dc8af8696c77a07a7da7f0a218bea9c62 (diff) | |
download | lua-language-server-00c5506c24629382618d1fbc75e87e9aea04e376.zip |
update
Diffstat (limited to 'test/definition/call.lua')
-rw-r--r-- | test/definition/call.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/definition/call.lua b/test/definition/call.lua deleted file mode 100644 index 15364396..00000000 --- a/test/definition/call.lua +++ /dev/null @@ -1,8 +0,0 @@ -TEST [[ -function f() - local <!x!> - return x -end -local <!y!> = f() -print(<?y?>) -]] |