diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-11-20 18:40:33 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-11-20 18:40:33 +0800 |
commit | 67f6a20b27c98788843883c3712c648e110d781f (patch) | |
tree | 209705e0bc3c2c44d5ffade78cc2c7041eeffdda /test/definition/arg.lua | |
parent | a65a1ddb13854c2dfde4c04630a0a942abdafa32 (diff) | |
download | lua-language-server-67f6a20b27c98788843883c3712c648e110d781f.zip |
转移目录
Diffstat (limited to 'test/definition/arg.lua')
-rw-r--r-- | test/definition/arg.lua | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/test/definition/arg.lua b/test/definition/arg.lua deleted file mode 100644 index 2004d666..00000000 --- a/test/definition/arg.lua +++ /dev/null @@ -1,23 +0,0 @@ -TEST [[ -local function xx (<!xx!>) - <?xx?> = 1 -end -]] - -TEST [[ -local function x (x, <!...!>) - x = <?...?> -end -]] - -TEST [[ -function mt<!:!>x() - <?self?> = 1 -end -]] - -TEST [[ -function mt:x(<!self!>) - <?self?> = 1 -end -]] |