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