11 lines
217 B
Plaintext
Vendored
11 lines
217 B
Plaintext
Vendored
package test
|
|
|
|
public var v: kotlin.Int
|
|
|
|
public open class PlatformName {
|
|
public constructor PlatformName()
|
|
|
|
// Static members
|
|
public open fun main(/*0*/ kotlin.Array<(out) kotlin.String!>!): kotlin.Unit
|
|
}
|