]> git.lizzy.rs Git - metalua.git/blob - src/tests/reweave/function-index-decl.lua
Merge remote branch 'origin/master'
[metalua.git] / src / tests / reweave / function-index-decl.lua
1 function a.b.c.f1 (x) return x+1 end
2 function a.b.c:f2 (x,y) self[x] = y end