11 lines
267 B
Plaintext
Vendored
11 lines
267 B
Plaintext
Vendored
package test
|
|
|
|
kotlin.platform.platformName(name = "bar") internal fun foo(): kotlin.Unit
|
|
|
|
public open class PlatformName {
|
|
public constructor PlatformName()
|
|
|
|
// Static members
|
|
public open fun main(/*0*/ kotlin.Array<(out) kotlin.String!>!): kotlin.Unit
|
|
}
|