3 lines
46 B
Kotlin
3 lines
46 B
Kotlin
fun foo(x: Int) {
|
|
<caret>(x * x / x) + x
|
|
} |
fun foo(x: Int) {
|
|
<caret>(x * x / x) + x
|
|
} |