mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
24 lines
755 B
Plaintext
Vendored
24 lines
755 B
Plaintext
Vendored
package test
|
|
|
|
internal fun main(/*0*/ kotlin.Array<kotlin.String>): kotlin.Unit
|
|
|
|
internal final class A {
|
|
public constructor A()
|
|
|
|
public companion object Companion {
|
|
private constructor Companion()
|
|
internal final val b: kotlin.String
|
|
kotlin.platform.platformStatic() internal final fun test1(): kotlin.Unit
|
|
kotlin.platform.platformStatic() internal final fun test2(): kotlin.Unit
|
|
internal final fun test3(): kotlin.Unit
|
|
kotlin.platform.platformStatic() internal final fun kotlin.String.test4(): kotlin.Unit
|
|
}
|
|
}
|
|
|
|
public/*package*/ open class Test {
|
|
public/*package*/ constructor Test()
|
|
|
|
// Static members
|
|
public open fun main(/*0*/ kotlin.Array<(out) kotlin.String!>!): kotlin.Unit
|
|
}
|