Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f467c970b2a4ee4ada1a66e72db80b847652c1d1
/
.
/
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
}