35505007d2
* Fixes to tests * RunKonanTest runs tests build with TestRunner * Standalone tests
7 lines
125 B
Kotlin
7 lines
125 B
Kotlin
import a.*
|
|
|
|
fun main(args: Array<String>) {
|
|
println(A.Z1.x)
|
|
println(A.valueOf("Z2").x)
|
|
println(A.values()[2].x)
|
|
} |