Update testData due to changes in stdlib
New function equals, and kotlin.js.JsName in common
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ package kotlin.<caret>
|
|||||||
|
|
||||||
// EXIST: collections, sequences
|
// EXIST: collections, sequences
|
||||||
// EXIST_JAVA_ONLY: concurrent
|
// EXIST_JAVA_ONLY: concurrent
|
||||||
// EXIST_JS_ONLY: js
|
// EXIST_JS_ONLY: browser
|
||||||
@@ -13,4 +13,5 @@ fun bar() {
|
|||||||
// EXIST: { lookupString: "maxOf", tailText:"(a: Boolean, b: Boolean, c: Boolean) (kotlin.comparisons)", typeText:"Boolean"}
|
// 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) (kotlin.comparisons)","typeText":"Boolean"}
|
||||||
// EXIST: { lookupString: "minOf", tailText:"(a: Boolean, b: Boolean, c: 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
|
// NOTHING_ELSE
|
||||||
|
|||||||
Reference in New Issue
Block a user