Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
UseKtClass.java
blob: dfe7103c8c641b13847ea514a5bd9a4314cb029f [
file
]
package
test
;
public
class
UseKtClass
{
public
int
use
()
{
return
UseKtClassKt
.
func
();
}
}