BC native tests port to Konan's TestRunner
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import a.*
|
||||
package codegen.bridges.linkTest_main
|
||||
|
||||
import kotlin.test.*
|
||||
import codegen.bridges.linkTest.a.*
|
||||
|
||||
class B: C()
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
@Test fun runTest() {
|
||||
val b = B()
|
||||
println(b.foo())
|
||||
val c: C = b
|
||||
|
||||
Reference in New Issue
Block a user