summaryrefslogtreecommitdiff
path: root/test-beta/hover/init.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-10-28 14:08:42 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-10-28 14:08:42 +0800
commit30ecf0d4475cf1e2b92f316d38311bab2d2095ab (patch)
tree2fa9b0924bb4d0c591fbd3ba80df79cc7cabef96 /test-beta/hover/init.lua
parent04264ad28a5cf727b96aa599150e8fe016df07c0 (diff)
downloadlua-language-server-30ecf0d4475cf1e2b92f316d38311bab2d2095ab.zip
doc.overload
Diffstat (limited to 'test-beta/hover/init.lua')
-rw-r--r--test-beta/hover/init.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/test-beta/hover/init.lua b/test-beta/hover/init.lua
index 471ad2ce..6efbef55 100644
--- a/test-beta/hover/init.lua
+++ b/test-beta/hover/init.lua
@@ -1198,17 +1198,6 @@ local <?x?> = f()
local x: integer
]]
-TEST [[
----@overload fun(y: boolean)
----@param x number
----@param y boolean
----@param z string
-function <?f?>(x, y, z) end
-]]
-[=[
-function f(x: number, y: boolean, z: string)
-]=]
-
do return end
TEST [[
---@param x number {optional = 'after'}