Files
kotlin-fork/backend.native/tests/codegen/function/sum_mixed.kt
T
Konstantin Anisimov a910627357 tests: added eqeq test
tests: sum-test: emproved test sum of int with various types of second argument (byte, short and etc)
tests: hello2 minor fix in test
2016-11-10 15:25:08 +03:00

1 line
31 B
Kotlin

fun sum(a:Float, b:Int) = a + b