Items filtered out from smart completion take lower priority in ordinary one + lower priority for Enum.valueOf
This commit is contained in:
@@ -7,7 +7,7 @@ fun foo(): EE {
|
||||
return E<caret>
|
||||
}
|
||||
|
||||
// ORDER: valueOf
|
||||
// ORDER: A
|
||||
// ORDER: B
|
||||
// ORDER: valueOf
|
||||
// ORDER: EE
|
||||
|
||||
Reference in New Issue
Block a user