blob: 860ab1b67edec0866597a6506c0878d70b93a2a5 [file] [log] [blame]
class Dot4{
class A{
static int a = 0;
int foo(){
}
}
static {
int a = new A().<caret>
}
}