diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 21:55:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 21:55:41 +0800 |
commit | c63b2e404d8d2bb984afe3678a5ba2b2836380cc (patch) | |
tree | a70661effacc7a29caa8d49583673ac4be2faaf5 /test/definition/arg.lua | |
parent | 85c5a4210e4447422cd5677369ae740ed65725a0 (diff) | |
download | lua-language-server-c63b2e404d8d2bb984afe3678a5ba2b2836380cc.zip |
remove the old version
Diffstat (limited to 'test/definition/arg.lua')
-rw-r--r-- | test/definition/arg.lua | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/test/definition/arg.lua b/test/definition/arg.lua deleted file mode 100644 index 9e88b2bf..00000000 --- a/test/definition/arg.lua +++ /dev/null @@ -1,19 +0,0 @@ -TEST [[ -local function xx (<!xx!>) - <?xx?>() -end -]] - -TEST [[ -local <!mt!> -function mt:x() - <?self?>() -end -mt:x() -]] - -TEST [[ -function mt:x(<!self!>) - <?self?>() -end -]] |