summaryrefslogtreecommitdiff
path: root/test/crossfile/definition.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-11-07 14:38:41 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-11-07 14:38:41 +0800
commit6176475e3fabd4506a8c59222d3c83dbeeb2f1eb (patch)
treeb9a027aac314ac07cb630addc07d8b707ecbf52c /test/crossfile/definition.lua
parentb1e0cdbeb13656f1fcd6cb2d45b8095e5b511457 (diff)
downloadlua-language-server-6176475e3fabd4506a8c59222d3c83dbeeb2f1eb.zip
don't find other locals
fix #1670
Diffstat (limited to 'test/crossfile/definition.lua')
-rw-r--r--test/crossfile/definition.lua2
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,
}