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