Sign in
eclipse
/
ldt
/
org.eclipse.metalua
/
4bc752d6de8b9b161a17049c46afa84aaa10fd76
/
.
/
tests
/
reweave
/
function-index-decl.lua
blob: a7c77ac9cd7334d3eedb107d7cbbf8ec031924ae [
file
] [
log
] [
blame
]
function
a
.
b
.
c
.
f1
(
x
)
return
x
+1
end
function
a
.
b
.
c
:
f2
(
x
,
y
)
self
[
x
]
=
y
end