mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
24 lines
744 B
Plaintext
Vendored
24 lines
744 B
Plaintext
Vendored
package test
|
|
|
|
public fun main(/*0*/ kotlin.Array<kotlin.String>): kotlin.Unit
|
|
|
|
public final class A {
|
|
public constructor A()
|
|
|
|
public companion object Companion {
|
|
private constructor Companion()
|
|
public final val b: kotlin.String
|
|
@kotlin.platform.platformStatic() public final fun test1(): kotlin.Unit
|
|
@kotlin.platform.platformStatic() public final fun test2(): kotlin.Unit
|
|
public final fun test3(): kotlin.Unit
|
|
@kotlin.platform.platformStatic() public 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
|
|
}
|