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