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