Files
2013-07-02 14:06:09 +04:00

6 lines
85 B
Java
Vendored

package test;
public interface InterfaceWithObjectMethod {
String toString();
}