Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
method
/
Hello.java
blob: dee73aa8a590768521920ba0baa9938838ee9549 [
file
]
package
test
;
class
Hello
{
public
static
void
xx
()
{
String
s
=
HelloKt
.
f
();
}
}