Files
kotlin/idea/testData/codeInsight/overrideImplement/javaInterfaceMethod/foo/Intf.java
2011-11-04 19:20:51 +01:00

6 lines
57 B
Java

package foo;
interface Intf {
String getFooBar();
}