blob: 4ee0dbd0248b675fba9f7121d8dee48f817a52dd [file] [log] [blame]
package test0418;
public class A {
private void foo() {
}
private static void goo() {
foo();
}
}