Files
kotlin-fork/idea/testData/intentions/convertRangeCheckToTwoComparisons/withSideEffects.kt
T

6 lines
81 B
Kotlin
Vendored

// IS_APPLICABLE: false
var x = 5
var y = 10
fun foo() = <caret>++x in --x..y++