Files
kotlin/compiler/testData/loadJava/compiledJava/singleAbstractMethod/InterfaceWithObjectMethod.java
2013-03-27 19:19:56 +04:00

6 lines
85 B
Java

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