blob: c604e481f762d124542b4c39ab8eac4008302c94 [file] [log] [blame]
package test1;
public class NewInterface {
public int foo() { return 3; }
}