90ad65bff8
#KT-1296 fixed
4 lines
55 B
Kotlin
Vendored
4 lines
55 B
Kotlin
Vendored
fun f() {
|
|
val <caret>x = 5
|
|
println(x + x * x)
|
|
} |