From 07e529c8ec29b24f2aaf52063320d387f0e02a9d Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Mon, 16 Jan 2017 09:29:39 +0300 Subject: [PATCH] Fix completion test: expected appearance of 'takeIf' and 'also' --- idea/idea-completion/testData/weighers/smart/SmartPriority.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/idea/idea-completion/testData/weighers/smart/SmartPriority.kt b/idea/idea-completion/testData/weighers/smart/SmartPriority.kt index 366f4fba05d..12408c8ca63 100644 --- a/idea/idea-completion/testData/weighers/smart/SmartPriority.kt +++ b/idea/idea-completion/testData/weighers/smart/SmartPriority.kt @@ -17,7 +17,10 @@ class C { // ORDER: this // ORDER: local // ORDER: nonNullable +// ORDER: also // ORDER: apply // ORDER: nullableX // ORDER: nullableX +// ORDER: takeIf +// ORDER: takeIf // ORDER: C