summaryrefslogtreecommitdiff
path: root/test/implementation/bug.lua
blob: b0e890ca01b279f8b59352cca233bcb19ea9243f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEST [[
local <!x!>
function _(x)
end
function _()
    <?x?>
end
]]

TEST [[
function _(<!x!>)
    do return end
    <?x?> = 1
end
]]