blob: 36e6b71d1a99b94ca0b76d4270a2dc984ced5aee [file] [log] [blame]
class A implements I {
int j;
def getJ() { <ref>j }
}