diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-12-18 00:32:04 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-12-18 00:32:04 +0800 |
commit | deeea2b803f0267ccc0dd033362a8015be12f5eb (patch) | |
tree | 289072de1ecee56f9971b9dc6f82100017099e06 /test-beta/references | |
parent | f2957f83a7a8caa9c5aea334505c236f18f47e62 (diff) | |
download | lua-language-server-deeea2b803f0267ccc0dd033362a8015be12f5eb.zip |
过测试
Diffstat (limited to 'test-beta/references')
-rw-r--r-- | test-beta/references/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-beta/references/init.lua b/test-beta/references/init.lua index 557ac15a..c6727eca 100644 --- a/test-beta/references/init.lua +++ b/test-beta/references/init.lua @@ -149,7 +149,7 @@ print(obj.<?x?>) TEST [[ local <!x!> local function f() - return x + return <!x!> end local <?y?> = f() ]] @@ -166,7 +166,7 @@ TEST [[ local <!x!> local function f() return function () - return x + return <!x!> end end local <?y?> = f()() |