22ee063269
#KT-8219 Fixed
7 lines
151 B
Kotlin
Vendored
7 lines
151 B
Kotlin
Vendored
import kotlin.platform.platformStatic
|
|
|
|
// !forceNotNullTypes: false
|
|
public object A {
|
|
platformStatic public fun main(args: Array<String>) {
|
|
}
|
|
} |