blob: 800b55c9144ca3f8167dba8c4c068f82d981bb87 [file] [log] [blame]
import java.<caret>
class Dot5{
class A{
static int a = 0;
int foo(){
}
}
static {
int a = new A().
}
}