blob: 08b67b6c297d014e9615bc9decfe89d0f8b14cfc [file] [log] [blame]
class Dot3{
class A{
int a = 0;
int foo(){
}
}
static {
Object a = new A(){
static int foo(){
int c = super.<caret>
}
};
}
}