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