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