Files
2018-12-11 22:48:53 +03:00

3 lines
57 B
Kotlin
Vendored

package test
inline fun sum(x: Int, y: Int): Int = y + x