Files
kotlin-fork/idea/testData/intentions/replaceRangeToWithUntil/closedRange.kt
T

6 lines
76 B
Kotlin
Vendored

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