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:
Simon Ogorodnik
2017-03-21 16:39:34 +03:00
parent f0b7891d41
commit 439e158fb2
@@ -8,6 +8,6 @@ open class Y : X {
}
}
// ORDER: this@Inner
// ORDER: this@Y
// ORDER: this@Inner
// ORDER: this@foo