blob: 5b41c71f36c009617a1f416eb7dc32397dec8739 [file] [log] [blame]
class X{
private int x=5;
def getX(){}
}
X x = new X()
x.x<caret>