blob: 699ebddccdef99833536bda16942efa123be0adb [file] [log] [blame]
class Test {
def plus(def a) {
"a"
}
}
def test = new Test()
def aa = test += 2
print test
print a<ref>a