blob: 389caf8339828e73ffb28f398c638487791c1a1e [file] [log] [blame]
package p;
class A{
static void foo(){
}
class Inner {
void f(){
foo();
}
}
}