Fix failing test after migration to IDEA 171
BasicCompletionWeigherTestGenerated$ExpectedInfo.testPreferMatchingThis Looks like IDEA now rearranges elements with same weight by length and then alphabetically
This commit is contained in:
+1
-1
@@ -8,6 +8,6 @@ open class Y : X {
|
||||
}
|
||||
}
|
||||
|
||||
// ORDER: this@Inner
|
||||
// ORDER: this@Y
|
||||
// ORDER: this@Inner
|
||||
// ORDER: this@foo
|
||||
|
||||
Reference in New Issue
Block a user