We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3dfa4 commit e790030Copy full SHA for e790030
test/type_inference/init.lua
@@ -3947,18 +3947,3 @@ end
3947
3948
local <?x?> = f(true)
3949
]]
3950
-
3951
-TEST 'boolean' [[
3952
----@enum A
3953
-local e = {
3954
- x = 1,
3955
- y = 2,
3956
-}
3957
3958
----@param p A
3959
----@overload fun(P: A.x): boolean
3960
----@overload fun(p: A.y): number
3961
-local function f(p) end
3962
3963
-local <?r?> = f(e.x)
3964
-]]
0 commit comments