summaryrefslogtreecommitdiff
path: root/test/definition/arg.lua
blob: e1ce0891f81086269286a361d1836a42159c9adc (plain)
1
2
3
4
5
6
7
8
9
10
11
TEST [[
local function x (<!x!>)
    <?x?> = 1
end
]]

TEST [[
local function x (x, <!...!>)
    x = <?...?>
end
]]