blob: 1144c81a33f4007329d15063878a81c7b73b609c [file] [log] [blame]
public class A {
public static void foo() {
System.out.println("Hello");
}
}