65f06454be
#KT-30970 Fixed
7 lines
80 B
Kotlin
Vendored
7 lines
80 B
Kotlin
Vendored
// PROBLEM: none
|
|
|
|
fun test() {
|
|
<caret>for (i in 1..10) foo()
|
|
}
|
|
|
|
fun foo() {} |