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