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