Files
kotlin-fork/idea/idea-completion/testData/weighers/basic/expectedInfo/NameSimilarity.kt
T
2015-08-10 17:49:33 +03:00

11 lines
167 B
Kotlin
Vendored

fun foo(xxx1: String?, xxx2: String, xxx3: Any, xp: String?) {
bar(x<caret>)
}
fun bar(pXxx: String){}
// ORDER: xxx2
// ORDER: xxx1
// ORDER: xp
// ORDER: xxx3