mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
11 lines
256 B
Plaintext
Vendored
11 lines
256 B
Plaintext
Vendored
package test
|
|
|
|
@kotlin.jvm.JvmName(name = "bar") public 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
|
|
}
|