Files
kotlin-fork/backend.native/tests/codegen/function/sum_mixed.kt
T
2017-10-20 18:25:05 +03:00

6 lines
113 B
Kotlin

package codegen.function.sum_mixed
import kotlin.test.*
// FIXME: has no checks
fun sum(a:Float, b:Int) = a + b