686cd82327
Skip SOURCE-retention annotations in builtins serialization tests, because otherwise the source analysis result can't be equal to the metadata deserialization result. #KT-53073 Fixed
9 lines
128 B
Kotlin
Vendored
9 lines
128 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// !LANGUAGE: +RangeUntilOperator
|
|
|
|
fun main(n: Int) {
|
|
for (i in 0<!OPT_IN_USAGE_ERROR!>..<<!>n) {
|
|
|
|
}
|
|
}
|