summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-06-23 17:56:41 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-06-23 17:56:41 +0800
commitc1b86aa357818ff5b3f02f2970db6cf724a47793 (patch)
treec9253fe4495a34d9f87c0f09a867cb166fb78461 /test
parent146a7c38ecad0918f5e4d1a132701064d0118260 (diff)
downloadlua-language-server-c1b86aa357818ff5b3f02f2970db6cf724a47793.zip
`doc.function` always `field`
Diffstat (limited to 'test')
-rw-r--r--test/hover/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua
index 13cc87e0..26064b5f 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -1225,7 +1225,7 @@ local t = {f = f}
t:<?f?>()
]]
[[
-field t:f: fun(a: any, b: any)
+field t.f: fun(a: any, b: any)
]]
TEST [[