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 6f88913 commit e79f87eCopy full SHA for e79f87e
script/vm/tracer.lua
@@ -595,6 +595,8 @@ local lookIntoChild = util.switch()
595
end
596
597
if not handler then
598
+ tracer:lookIntoChild(action[1], topNode)
599
+ tracer:lookIntoChild(action[2], topNode)
600
return topNode, outNode
601
602
if tracer.getMap[handler] then
test/type_inference/init.lua
@@ -4166,3 +4166,12 @@ X = Y
4166
4167
print(<?X?>)
4168
]]
4169
+
4170
+TEST 'number' [[
4171
+---@type number
4172
+local t
4173
4174
+if xxx == <?t?> then
4175
+ print(t)
4176
+end
4177
+]]
0 commit comments