BC native tests port to Konan's TestRunner
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
package codegen.boxing.boxing12
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
fun foo(x: Number) {
|
||||
println(x.toByte())
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
@Test fun runTest() {
|
||||
foo(18)
|
||||
}
|
||||
Reference in New Issue
Block a user