blob: 14b7e5555bf990fa3ffa16b1b16b62a3e3d184cd [file] [log] [blame]
public abstract class I {
public void m() {
System.out.println("Hi there.");
}
}