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