blob: 65d39113288b951f395dad5ab8deda4b0f5600e3 [file] [log] [blame]
class Test {
def getAt = {def a ->
"a"
}
}
def test = new Test()
test = test[2]
print t<ref>est