3 lines
47 B
Kotlin
Vendored
3 lines
47 B
Kotlin
Vendored
fun foo(x: Int) : Int {
|
|
return <caret>(x)
|
|
} |