blob: 82c281b7a86c0ef2c2f666185da455d2b3843d19 [file] [log] [blame]
package pkg;
interface ExtMethods {
void m1();
void m2() default { System.out.println("Hello there."); }
}