Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
UseKtClass.txt
blob: 1b3602b244ff733fd0f5f03010f6ebcbee844efc [
file
] [
log
] [
blame
]
package test
public fun func(): kotlin.Int
public fun func2(): kotlin.Int
public open class UseKtClass {
public constructor UseKtClass()
public open fun use(): kotlin.Int
}