Files
kotlin/compiler/testData/compileJavaAgainstKotlin/method/Hello.java
2015-10-19 16:03:16 +03:00

9 lines
100 B
Java
Vendored

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