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