a910627357
tests: sum-test: emproved test sum of int with various types of second argument (byte, short and etc) tests: hello2 minor fix in test
1 line
31 B
Kotlin
1 line
31 B
Kotlin
fun sum(a:Float, b:Int) = a + b |