luau/prototyping/Tests/Interpreter/return_nil/in.lua

6 lines
55 B
Lua

local function foo(x)
return nil
end
return foo(nil)