summaryrefslogtreecommitdiff
path: root/server/test/definition/arg.lua
blob: 3d92da9af4e96c3871d31b27fbe31a701465354a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEST [[
local function xx (<!xx!>)
    <?xx?>()
end
]]

TEST [[
local <!mt!>
function mt:x()
    <?self?>()
end
]]

TEST [[
function mt:x(<!self!>)
    <?self?>()
end
]]