From 6b07cd1950b43e6499df543d3e515b16075a9491 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Wed, 14 Nov 2018 19:47:13 +0300 Subject: [PATCH] Update testData due to changes in stdlib New function equals, and kotlin.js.JsName in common --- idea/idea-completion/testData/basic/common/InPackage.kt | 2 +- idea/idea-completion/testData/smart/BooleanArgumentExpected.kt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/idea/idea-completion/testData/basic/common/InPackage.kt b/idea/idea-completion/testData/basic/common/InPackage.kt index 82e3115c585..33fe1724eb4 100644 --- a/idea/idea-completion/testData/basic/common/InPackage.kt +++ b/idea/idea-completion/testData/basic/common/InPackage.kt @@ -3,4 +3,4 @@ package kotlin. // EXIST: collections, sequences // EXIST_JAVA_ONLY: concurrent -// EXIST_JS_ONLY: js \ No newline at end of file +// EXIST_JS_ONLY: browser \ No newline at end of file diff --git a/idea/idea-completion/testData/smart/BooleanArgumentExpected.kt b/idea/idea-completion/testData/smart/BooleanArgumentExpected.kt index 6d7f6a00dfa..effc0e33f58 100644 --- a/idea/idea-completion/testData/smart/BooleanArgumentExpected.kt +++ b/idea/idea-completion/testData/smart/BooleanArgumentExpected.kt @@ -13,4 +13,5 @@ fun bar() { // EXIST: { lookupString: "maxOf", tailText:"(a: Boolean, b: Boolean, c: Boolean) (kotlin.comparisons)", typeText:"Boolean"} // EXIST: { lookupString: "minOf", tailText:"(a: Boolean, b: Boolean) (kotlin.comparisons)","typeText":"Boolean"} // EXIST: { lookupString: "minOf", tailText:"(a: Boolean, b: Boolean, c: Boolean) (kotlin.comparisons)", typeText:"Boolean"} +// EXIST: {"lookupString":"equals","tailText":"(other: Any?) (kotlin)","typeText":"Boolean"} // NOTHING_ELSE