Fixed completion list sorting so that "shouldCompleteTopLevelCallablesFromIndex" not be first when typing "st"
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun shouldCompleteTopLevelCallablesFromIndex() = true
|
||||
|
||||
fun foo(statement: String) {
|
||||
if (st<caret>)
|
||||
}
|
||||
|
||||
// ORDER: statement
|
||||
// ORDER: shouldCompleteTopLevelCallablesFromIndex
|
||||
Reference in New Issue
Block a user