Files
kotlin/compiler/testData/compileJavaAgainstKotlin/method/Hello.java
2014-03-19 23:24:27 +04:00

9 lines
104 B
Java
Vendored

package test;
class Hello {
public static void xx() {
String s = TestPackage.f();
}
}