summaryrefslogtreecommitdiff
path: root/test-beta/hover/init.lua
diff options
context:
space:
mode:
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'}