3 lines
48 B
Kotlin
Vendored
3 lines
48 B
Kotlin
Vendored
fun Int.foo(b: Int): Int {
|
|
return this + b
|
|
} |