compiler/testData/compileJavaAgainstKotlin/method/Hello.java (6 lines of code) (raw):

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