BC native tests port to Konan's TestRunner
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
package codegen.boxing.boxing1
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
fun foo(arg: Any) {
|
||||
println(arg.toString())
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
@Test fun runTest() {
|
||||
foo(1)
|
||||
foo(false)
|
||||
foo("Hello")
|
||||
|
||||
Reference in New Issue
Block a user