blob: 40700219e36a2d6a953268958ae356a6b7d64239 [file] [log] [blame]
class A {
def prop
}
def a = new A()
print 3 + (a.prop = 2 + 1)