diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-07 14:38:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-07 14:38:41 +0800 |
commit | 6176475e3fabd4506a8c59222d3c83dbeeb2f1eb (patch) | |
tree | b9a027aac314ac07cb630addc07d8b707ecbf52c /test/crossfile/definition.lua | |
parent | b1e0cdbeb13656f1fcd6cb2d45b8095e5b511457 (diff) | |
download | lua-language-server-6176475e3fabd4506a8c59222d3c83dbeeb2f1eb.zip |
don't find other locals
fix #1670
Diffstat (limited to 'test/crossfile/definition.lua')
-rw-r--r-- | test/crossfile/definition.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/crossfile/definition.lua b/test/crossfile/definition.lua index ef9b5240..e924c43f 100644 --- a/test/crossfile/definition.lua +++ b/test/crossfile/definition.lua @@ -435,7 +435,7 @@ TEST { { path = 'a.lua', content = [[ - local <!x!> + local x return { <!x!> = x, } |