4 lines
61 B
Kotlin
Vendored
4 lines
61 B
Kotlin
Vendored
fun test(a: Int, b: Int): Int {
|
|
return a <caret>plus b
|
|
}
|