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