BC native tests port to Konan's TestRunner
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import a.*
|
||||
package codegen.enum.linkTest_main
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
import kotlin.test.*
|
||||
|
||||
import codegen.enum.linkTest.a.*
|
||||
|
||||
@Test fun runTest() {
|
||||
println(A.Z1.x)
|
||||
println(A.valueOf("Z2").x)
|
||||
println(A.values()[2].x)
|
||||
|
||||
Reference in New Issue
Block a user