blob: 9ce2fa7727623228e9b8fbf8c68e4352a286f625 [file] [log] [blame]
# Scope wrapping.
myscope = {
}
myscope = {
a = 1
}
myscope = {
a = 1
b = 2
}
# Comment
SomeFunction({
a = 1
},
"foo")