Files
kotlin-fork/idea/testData/refactoring/inline/inlineVariableOrProperty/addParenthesis/UnaryIntoBinary.kt
T
2016-07-19 15:42:15 +03:00

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)
}