Fixed completion list sorting so that "shouldCompleteTopLevelCallablesFromIndex" not be first when typing "st"

This commit is contained in:
Valentin Kipyatkov
2016-11-02 20:45:22 +03:00
parent eefa409a1d
commit 3fb64f4fa6
4 changed files with 19 additions and 1 deletions
@@ -0,0 +1,8 @@
fun shouldCompleteTopLevelCallablesFromIndex() = true
fun foo(statement: String) {
if (st<caret>)
}
// ORDER: statement
// ORDER: shouldCompleteTopLevelCallablesFromIndex