blob: 57bdf6131e38d6e81b064a951fb302e95b526dd2 [file] [log] [blame]
package test;
public interface InterfaceWithObjectMethod {
String toString();
}