4 lines
74 B
Kotlin
4 lines
74 B
Kotlin
// IS_APPLICABLE: false
|
|
fun foo(x: Int, y: Int) {
|
|
x + <caret>(x + y)
|
|
} |