blob: 8a74860ebce793945783d02ebfcf5c143c0101e4 [file]
public class JavaClass {
public static String test() {
return MainKt.bar(MainKt.foo());
}
}