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