diff options
author | Sewbacca <sebastian.kalus@kolabnow.com> | 2022-12-01 23:12:30 +0100 |
---|---|---|
committer | Sewbacca <sebastian.kalus@kolabnow.com> | 2022-12-01 23:12:30 +0100 |
commit | 2492c1fb71d213de22756949a65e9811af50a92d (patch) | |
tree | 6d19bfedaad7e304247d123a871ac9e120181780 /test/crossfile/definition.lua | |
parent | d848fdaf49fa8be5c12aed73cea3cac34ca8836d (diff) | |
parent | 6999dbb25bf2b7ae306599eceaa0f438ee4f8b8f (diff) | |
download | lua-language-server-2492c1fb71d213de22756949a65e9811af50a92d.zip |
Merge branch 'master' into feature/auto-require-without-init
Diffstat (limited to 'test/crossfile/definition.lua')
-rw-r--r-- | test/crossfile/definition.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/crossfile/definition.lua b/test/crossfile/definition.lua index 45f21697..e924c43f 100644 --- a/test/crossfile/definition.lua +++ b/test/crossfile/definition.lua @@ -26,6 +26,7 @@ local function founded(targets, results) return true end +---@async function TEST(datas) local targetList = {} local sourceList @@ -434,7 +435,7 @@ TEST { { path = 'a.lua', content = [[ - local <!x!> + local x return { <!x!> = x, } |