blob: 4fa132d4ee828aaf9fa92e2f1b33ea1cc17fab09 [file] [log] [blame]
class Test {
def plus = {def a ->
"a"
}
}
def test = new Test()
test += 2
print te<ref>st