blob: 9d901ff245d4933138cc46d7f8f2759220133dff [file] [log] [blame]
public class A {
public void foo() {
foox();
}
public static void foox() {}
}