diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-11-19 21:14:44 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-11-19 21:14:44 +0800 |
commit | 15f76378dbe93a3cbff155c8e98f9bed59af75b0 (patch) | |
tree | 37d18868909bd3c9cbd96378af6343ee82ce92b3 /test/definition/arg.lua | |
parent | 2712ffefa8275ad9039b6355846378e5f2019d38 (diff) | |
download | lua-language-server-15f76378dbe93a3cbff155c8e98f9bed59af75b0.zip |
全局变量在第一次赋值时定义
Diffstat (limited to 'test/definition/arg.lua')
-rw-r--r-- | test/definition/arg.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/definition/arg.lua b/test/definition/arg.lua index 623b70b7..2004d666 100644 --- a/test/definition/arg.lua +++ b/test/definition/arg.lua @@ -1,6 +1,6 @@ TEST [[ -local function x (<!x!>) - <?x?> = 1 +local function xx (<!xx!>) + <?xx?> = 1 end ]] |