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