d865a44c94
This turns out to be important for conflict resolution in postfix completion in K2 IDE (see `KotlinDeclarationNameValidator`)
5 lines
86 B
Kotlin
Vendored
5 lines
86 B
Kotlin
Vendored
package test
|
|
|
|
fun usage(list: List<Int>) {
|
|
for (<expr>loopVar</expr> in list) {}
|
|
} |