Files
kotlin/compiler/testData/codegen/bytecodeText/ranges/inComparableRangeLiteral.kt
2017-07-10 10:51:26 +03:00

6 lines
137 B
Kotlin
Vendored

fun test1(a: String) = a in "alpha" .. "omega"
fun test2(a: String) = a !in "alpha" .. "omega"
// 0 rangeTo
// 0 contains
// 4 compareTo