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