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