Files
kotlin/compiler/testData/loadJava/compiledJava/sam/InterfaceWithObjectMethod.java
2013-07-02 14:06:09 +04:00

6 lines
85 B
Java
Vendored

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