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