blob: 8e5a6597500e755df167b69f50803b56956ec967 [file] [log] [blame]
public interface I<caret> {
default void m() {
System.out.println("Hi there.");
}
}