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