Files
kotlin-fork/idea/testData/completion/weighers/LocalsBeforeKeywords.kt
T
2013-09-16 17:23:25 +04:00

6 lines
59 B
Kotlin

fun test() {
val a = 12
a<caret>
}
// ORDER: a, as