From 78b4c13d8fb4cc6c80e6a9b5edb9e30d32f6036c Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Sat, 18 Jul 2015 01:05:22 +0300 Subject: [PATCH] apply() got to smart completion where `this` was expected. --- idea/idea-completion/testData/weighers/smart/SmartPriority.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/idea-completion/testData/weighers/smart/SmartPriority.kt b/idea/idea-completion/testData/weighers/smart/SmartPriority.kt index 6db78fb1537..e207c075655 100644 --- a/idea/idea-completion/testData/weighers/smart/SmartPriority.kt +++ b/idea/idea-completion/testData/weighers/smart/SmartPriority.kt @@ -16,6 +16,7 @@ class C { // ORDER: nullableFoo // ORDER: this // ORDER: local +// ORDER: apply // ORDER: nonNullable // ORDER: nullableX // ORDER: nullableX