blob: c3dab535d9eed6048c7b398d62980759e0b4dd90 [file] [log] [blame]
class A {
int other
int getOther (){
0
}
def r() {
int r = <ref>getOther()
}
}