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