5 lines
129 B
Kotlin
Vendored
5 lines
129 B
Kotlin
Vendored
fun f() {
|
|
// this case is not processed specifically in implementation, but it works
|
|
val x = -y
|
|
println(5-<caret>x)
|
|
} |