Items filtered out from smart completion take lower priority in ordinary one + lower priority for Enum.valueOf
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class X
|
||||
|
||||
fun foo(aaa: X, bbb: X) {
|
||||
if (aaa == <caret>)
|
||||
}
|
||||
|
||||
// ORDER: bbb
|
||||
Reference in New Issue
Block a user