5 lines
69 B
Kotlin
Vendored
5 lines
69 B
Kotlin
Vendored
package foo
|
|
|
|
inline fun sum(a: Int, b: Int): Int {
|
|
return a + b
|
|
} |