BC native tests port to Konan's TestRunner
This commit is contained in:
@@ -1 +1,6 @@
|
||||
package codegen.function.sum_mixed
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
// FIXME: has no checks
|
||||
fun sum(a:Float, b:Int) = a + b
|
||||
Reference in New Issue
Block a user