blob: fba1141a4eefdac03033c4e5355481114bbe338f [file] [log] [blame]
package test;
public interface SamInterface {
void instanceMethod();
}