From 439e158fb24f98a9f18148115eee5dca45a78ca2 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Tue, 21 Mar 2017 16:39:34 +0300 Subject: [PATCH] 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 --- .../testData/weighers/basic/expectedInfo/PreferMatchingThis.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/idea-completion/testData/weighers/basic/expectedInfo/PreferMatchingThis.kt b/idea/idea-completion/testData/weighers/basic/expectedInfo/PreferMatchingThis.kt index 3cf28dcbe59..bd0d0a0afe7 100644 --- a/idea/idea-completion/testData/weighers/basic/expectedInfo/PreferMatchingThis.kt +++ b/idea/idea-completion/testData/weighers/basic/expectedInfo/PreferMatchingThis.kt @@ -8,6 +8,6 @@ open class Y : X { } } -// ORDER: this@Inner // ORDER: this@Y +// ORDER: this@Inner // ORDER: this@foo