Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
JavaLangClass.txt
blob: 430050cfe32f2f400369c2a3f4dce8d79c64aba5 [
file
] [
log
] [
blame
]
package test
public fun doNothing(): kotlin.Unit
public open class JavaLangClass {
public constructor JavaLangClass()
// Static members
public open fun func(/*0*/ java.lang.Class<kotlin.String!>!): kotlin.Unit
}