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