Files
kotlin-fork/idea/testData/intentions/replaceRangeToWithUntil/closedRange.kt
T
Valentin Kipyatkov 21c2268f70 Protection against "<caret>" missing in test data
Many incorrect tests fixed
2016-09-27 18:05:26 +03:00

6 lines
83 B
Kotlin
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: false
fun foo(a: Float) {
1f<caret>..a - 1
}