Items filtered out from smart completion take lower priority in ordinary one + lower priority for Enum.valueOf

This commit is contained in:
Valentin Kipyatkov
2015-08-06 16:05:46 +03:00
parent 2a8dcabbce
commit be0a0e4401
7 changed files with 61 additions and 20 deletions
@@ -7,7 +7,7 @@ fun foo(): EE {
return E<caret>
}
// ORDER: valueOf
// ORDER: A
// ORDER: B
// ORDER: valueOf
// ORDER: EE