3 lines
55 B
Kotlin
Vendored
3 lines
55 B
Kotlin
Vendored
fun Int.<caret>foo(a: Int): Int {
|
|
return this + a
|
|
} |