6 lines
113 B
Kotlin
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 |