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