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