blob: 17c91d097c5cf26ccccd67770c2e7bc888b50351 [file] [log] [blame]
class A {
int property
int getProperty() {
return property
}
}
def a = new A()
def p = a.<ref>property