mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
11 lines
282 B
Plaintext
Vendored
11 lines
282 B
Plaintext
Vendored
package test
|
|
|
|
kotlin.platform.platformName(name = "bar": kotlin.String) 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
|
|
}
|