Files
kotlin/idea/testData/codeInsight/postfix/doNotProposeWrappingIncrement.kt
2016-10-03 10:36:48 +03:00

4 lines
39 B
Kotlin
Vendored

fun foo(x: Int) {
x++.par<caret>
}