mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
11 lines
227 B
Plaintext
Vendored
11 lines
227 B
Plaintext
Vendored
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
|
|
}
|