Files
kotlin-fork/idea/testData/completion/weighers/basic/LocalsBeforeKeywords.kt
T
Valentin Kipyatkov 525a1cc3c6 Fixed tests
2014-10-16 15:14:22 +04:00

6 lines
63 B
Kotlin

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