Completion: immediate members get higher priority in the list

This commit is contained in:
Valentin Kipyatkov
2014-12-01 22:35:19 +03:00
parent 72ff719001
commit cf35fc1fd5
7 changed files with 150 additions and 36 deletions
@@ -15,5 +15,5 @@ class Test(val br2 = 12) {
// "br" function is before other elements because of exact prefix match
// ORDER: br, br4, br5, br1, br2, br3, break, brf
// ORDER: br, br4, br5, br2, br3, brf, br1, break
// SELECTED: 0