Files
kotlin-fork/idea/testData/completion/weighers/basic/ParametersBeforeKeywords.kt
T
2014-09-25 17:10:27 +04:00

5 lines
55 B
Kotlin

fun bar(fop: Int) {
fo<caret>
}
// ORDER: fop, for