Smart completion: fixed items ordering issue
This commit is contained in:
@@ -9,5 +9,5 @@ fun foo(): X {
|
||||
return <caret>
|
||||
}
|
||||
|
||||
// ABSENT: X.f
|
||||
// EXIST: X.g
|
||||
// ABSENT: f
|
||||
// EXIST: { lookupString:"g", itemText:"X.g()" }
|
||||
|
||||
Reference in New Issue
Block a user