3 lines
57 B
Kotlin
Vendored
3 lines
57 B
Kotlin
Vendored
package test
|
|
|
|
inline fun sum(x: Int, y: Int): Int = y + x |