blob: ce92b019cb798211967129cf01f89f7f9e6e3337 [file] [log] [blame]
package p;
public class B {
static class Inner {
void foo() {};
}
}