Add stdlib API test + remove some extra IR stdlib API's
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
--- 15,15 ---
|
||||
- public final enum class AnnotationRetention : kotlin.Enum<kotlin.annotation.AnnotationRetention> {
|
||||
- enum entry SOURCE
|
||||
-
|
||||
- enum entry BINARY
|
||||
-
|
||||
- enum entry RUNTIME
|
||||
-
|
||||
- // Static members
|
||||
- public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): kotlin.annotation.AnnotationRetention
|
||||
- public final /*synthesized*/ fun values(): kotlin.Array<kotlin.annotation.AnnotationRetention>
|
||||
- }
|
||||
-
|
||||
--- 63,51 ---
|
||||
- public final enum class AnnotationTarget : kotlin.Enum<kotlin.annotation.AnnotationTarget> {
|
||||
- enum entry CLASS
|
||||
-
|
||||
- enum entry ANNOTATION_CLASS
|
||||
-
|
||||
- enum entry TYPE_PARAMETER
|
||||
-
|
||||
- enum entry PROPERTY
|
||||
-
|
||||
- enum entry FIELD
|
||||
-
|
||||
- enum entry LOCAL_VARIABLE
|
||||
-
|
||||
- enum entry VALUE_PARAMETER
|
||||
-
|
||||
- enum entry CONSTRUCTOR
|
||||
-
|
||||
- enum entry FUNCTION
|
||||
-
|
||||
- enum entry PROPERTY_GETTER
|
||||
-
|
||||
- enum entry PROPERTY_SETTER
|
||||
-
|
||||
- enum entry TYPE
|
||||
-
|
||||
- enum entry EXPRESSION
|
||||
-
|
||||
- enum entry FILE
|
||||
-
|
||||
- @kotlin.SinceKotlin(version = "1.1") enum entry TYPEALIAS
|
||||
-
|
||||
- // Static members
|
||||
- public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): kotlin.annotation.AnnotationTarget
|
||||
- public final /*synthesized*/ fun values(): kotlin.Array<kotlin.annotation.AnnotationTarget>
|
||||
- }
|
||||
-
|
||||
--- 103,55 ---
|
||||
- @kotlin.annotation.Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS}) public final annotation class MustBeDocumented : kotlin.Annotation {
|
||||
- /*primary*/ public constructor MustBeDocumented()
|
||||
- }
|
||||
-
|
||||
--- 111,59 ---
|
||||
- @kotlin.annotation.Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS}) public final annotation class Repeatable : kotlin.Annotation {
|
||||
- /*primary*/ public constructor Repeatable()
|
||||
- }
|
||||
-
|
||||
--- 121,65 ---
|
||||
- @kotlin.annotation.Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS}) public final annotation class Retention : kotlin.Annotation {
|
||||
- /*primary*/ public constructor Retention(/*0*/ value: kotlin.annotation.AnnotationRetention = ...)
|
||||
- public final val value: kotlin.annotation.AnnotationRetention
|
||||
- public final fun <get-value>(): kotlin.annotation.AnnotationRetention
|
||||
- }
|
||||
-
|
||||
--- 132,70 ---
|
||||
-
|
||||
- @kotlin.annotation.Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS}) @kotlin.annotation.MustBeDocumented public final annotation class Target : kotlin.Annotation {
|
||||
- /*primary*/ public constructor Target(/*0*/ vararg allowedTargets: kotlin.annotation.AnnotationTarget /*kotlin.Array<out kotlin.annotation.AnnotationTarget>*/)
|
||||
- public final val allowedTargets: kotlin.Array<out kotlin.annotation.AnnotationTarget>
|
||||
- public final fun <get-allowedTargets>(): kotlin.Array<out kotlin.annotation.AnnotationTarget>
|
||||
- }
|
||||
@@ -0,0 +1,320 @@
|
||||
--- 410,410 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public infix fun </*0*/ T> kotlin.Array<out T>?.contentDeepEquals(/*0*/ other: kotlin.Array<out T>?): kotlin.Boolean
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayDeepEquals") public infix fun </*0*/ T> kotlin.Array<out T>?.contentDeepEquals(/*0*/ other: kotlin.Array<out T>?): kotlin.Boolean
|
||||
--- 412,412 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun </*0*/ T> kotlin.Array<out T>?.contentDeepHashCode(): kotlin.Int
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayDeepHashCode") public fun </*0*/ T> kotlin.Array<out T>?.contentDeepHashCode(): kotlin.Int
|
||||
--- 414,414 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun </*0*/ T> kotlin.Array<out T>?.contentDeepToString(): kotlin.String
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayDeepToString") public fun </*0*/ T> kotlin.Array<out T>?.contentDeepToString(): kotlin.String
|
||||
--- 416,416 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public infix fun </*0*/ T> kotlin.Array<out T>?.contentEquals(/*0*/ other: kotlin.Array<out T>?): kotlin.Boolean
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayEquals") public infix fun </*0*/ T> kotlin.Array<out T>?.contentEquals(/*0*/ other: kotlin.Array<out T>?): kotlin.Boolean
|
||||
--- 418,418 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public infix fun kotlin.BooleanArray?.contentEquals(/*0*/ other: kotlin.BooleanArray?): kotlin.Boolean
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayEquals") public infix fun kotlin.BooleanArray?.contentEquals(/*0*/ other: kotlin.BooleanArray?): kotlin.Boolean
|
||||
--- 420,420 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public infix fun kotlin.ByteArray?.contentEquals(/*0*/ other: kotlin.ByteArray?): kotlin.Boolean
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayEquals") public infix fun kotlin.ByteArray?.contentEquals(/*0*/ other: kotlin.ByteArray?): kotlin.Boolean
|
||||
--- 422,422 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public infix fun kotlin.CharArray?.contentEquals(/*0*/ other: kotlin.CharArray?): kotlin.Boolean
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayEquals") public infix fun kotlin.CharArray?.contentEquals(/*0*/ other: kotlin.CharArray?): kotlin.Boolean
|
||||
--- 424,424 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public infix fun kotlin.DoubleArray?.contentEquals(/*0*/ other: kotlin.DoubleArray?): kotlin.Boolean
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayEquals") public infix fun kotlin.DoubleArray?.contentEquals(/*0*/ other: kotlin.DoubleArray?): kotlin.Boolean
|
||||
--- 426,426 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public infix fun kotlin.FloatArray?.contentEquals(/*0*/ other: kotlin.FloatArray?): kotlin.Boolean
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayEquals") public infix fun kotlin.FloatArray?.contentEquals(/*0*/ other: kotlin.FloatArray?): kotlin.Boolean
|
||||
--- 428,428 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public infix fun kotlin.IntArray?.contentEquals(/*0*/ other: kotlin.IntArray?): kotlin.Boolean
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayEquals") public infix fun kotlin.IntArray?.contentEquals(/*0*/ other: kotlin.IntArray?): kotlin.Boolean
|
||||
--- 430,430 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public infix fun kotlin.LongArray?.contentEquals(/*0*/ other: kotlin.LongArray?): kotlin.Boolean
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayEquals") public infix fun kotlin.LongArray?.contentEquals(/*0*/ other: kotlin.LongArray?): kotlin.Boolean
|
||||
--- 432,432 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public infix fun kotlin.ShortArray?.contentEquals(/*0*/ other: kotlin.ShortArray?): kotlin.Boolean
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayEquals") public infix fun kotlin.ShortArray?.contentEquals(/*0*/ other: kotlin.ShortArray?): kotlin.Boolean
|
||||
--- 442,442 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun </*0*/ T> kotlin.Array<out T>?.contentHashCode(): kotlin.Int
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayHashCode") public fun </*0*/ T> kotlin.Array<out T>?.contentHashCode(): kotlin.Int
|
||||
--- 444,444 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.BooleanArray?.contentHashCode(): kotlin.Int
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayHashCode") public fun kotlin.BooleanArray?.contentHashCode(): kotlin.Int
|
||||
--- 446,446 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.ByteArray?.contentHashCode(): kotlin.Int
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayHashCode") public fun kotlin.ByteArray?.contentHashCode(): kotlin.Int
|
||||
--- 448,448 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.CharArray?.contentHashCode(): kotlin.Int
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayHashCode") public fun kotlin.CharArray?.contentHashCode(): kotlin.Int
|
||||
--- 450,450 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.DoubleArray?.contentHashCode(): kotlin.Int
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayHashCode") public fun kotlin.DoubleArray?.contentHashCode(): kotlin.Int
|
||||
--- 452,452 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.FloatArray?.contentHashCode(): kotlin.Int
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayHashCode") public fun kotlin.FloatArray?.contentHashCode(): kotlin.Int
|
||||
--- 454,454 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.IntArray?.contentHashCode(): kotlin.Int
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayHashCode") public fun kotlin.IntArray?.contentHashCode(): kotlin.Int
|
||||
--- 456,456 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.LongArray?.contentHashCode(): kotlin.Int
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayHashCode") public fun kotlin.LongArray?.contentHashCode(): kotlin.Int
|
||||
--- 458,458 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.ShortArray?.contentHashCode(): kotlin.Int
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayHashCode") public fun kotlin.ShortArray?.contentHashCode(): kotlin.Int
|
||||
--- 468,468 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun </*0*/ T> kotlin.Array<out T>?.contentToString(): kotlin.String
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayToString") public fun </*0*/ T> kotlin.Array<out T>?.contentToString(): kotlin.String
|
||||
--- 470,470 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.BooleanArray?.contentToString(): kotlin.String
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayToString") public fun kotlin.BooleanArray?.contentToString(): kotlin.String
|
||||
--- 472,472 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.ByteArray?.contentToString(): kotlin.String
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayToString") public fun kotlin.ByteArray?.contentToString(): kotlin.String
|
||||
--- 474,474 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.CharArray?.contentToString(): kotlin.String
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayToString") public fun kotlin.CharArray?.contentToString(): kotlin.String
|
||||
--- 476,476 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.DoubleArray?.contentToString(): kotlin.String
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayToString") public fun kotlin.DoubleArray?.contentToString(): kotlin.String
|
||||
--- 478,478 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.FloatArray?.contentToString(): kotlin.String
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayToString") public fun kotlin.FloatArray?.contentToString(): kotlin.String
|
||||
--- 480,480 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.IntArray?.contentToString(): kotlin.String
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayToString") public fun kotlin.IntArray?.contentToString(): kotlin.String
|
||||
--- 482,482 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.LongArray?.contentToString(): kotlin.String
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayToString") public fun kotlin.LongArray?.contentToString(): kotlin.String
|
||||
--- 484,484 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public fun kotlin.ShortArray?.contentToString(): kotlin.String
|
||||
- @kotlin.SinceKotlin(version = "1.4") @kotlin.js.library(name = "arrayToString") public fun kotlin.ShortArray?.contentToString(): kotlin.String
|
||||
--- 2380,2380 ---
|
||||
+ public fun kotlin.ByteArray.sort(): kotlin.Unit
|
||||
- @kotlin.js.library(name = "primitiveArraySort") public fun kotlin.ByteArray.sort(): kotlin.Unit
|
||||
--- 2383,2383 ---
|
||||
+ public fun kotlin.CharArray.sort(): kotlin.Unit
|
||||
- @kotlin.js.library(name = "primitiveArraySort") public fun kotlin.CharArray.sort(): kotlin.Unit
|
||||
--- 2386,2386 ---
|
||||
+ public fun kotlin.DoubleArray.sort(): kotlin.Unit
|
||||
- @kotlin.js.library(name = "primitiveArraySort") public fun kotlin.DoubleArray.sort(): kotlin.Unit
|
||||
--- 2389,2389 ---
|
||||
+ public fun kotlin.FloatArray.sort(): kotlin.Unit
|
||||
- @kotlin.js.library(name = "primitiveArraySort") public fun kotlin.FloatArray.sort(): kotlin.Unit
|
||||
--- 2392,2392 ---
|
||||
+ public fun kotlin.IntArray.sort(): kotlin.Unit
|
||||
- @kotlin.js.library(name = "primitiveArraySort") public fun kotlin.IntArray.sort(): kotlin.Unit
|
||||
--- 2398,2398 ---
|
||||
+ public fun kotlin.ShortArray.sort(): kotlin.Unit
|
||||
- @kotlin.js.library(name = "primitiveArraySort") public fun kotlin.ShortArray.sort(): kotlin.Unit
|
||||
--- 3126,3126 ---
|
||||
- public abstract class BooleanIterator : kotlin.collections.Iterator<kotlin.Boolean> {
|
||||
- /*primary*/ public constructor BooleanIterator()
|
||||
- public final override /*1*/ fun next(): kotlin.Boolean
|
||||
- public abstract fun nextBoolean(): kotlin.Boolean
|
||||
- }
|
||||
-
|
||||
--- 3138,3132 ---
|
||||
- public abstract class ByteIterator : kotlin.collections.Iterator<kotlin.Byte> {
|
||||
- /*primary*/ public constructor ByteIterator()
|
||||
- public final override /*1*/ fun next(): kotlin.Byte
|
||||
- public abstract fun nextByte(): kotlin.Byte
|
||||
- }
|
||||
-
|
||||
--- 3150,3138 ---
|
||||
- public abstract class CharIterator : kotlin.collections.Iterator<kotlin.Char> {
|
||||
- /*primary*/ public constructor CharIterator()
|
||||
- public final override /*1*/ fun next(): kotlin.Char
|
||||
- public abstract fun nextChar(): kotlin.Char
|
||||
- }
|
||||
-
|
||||
--- 3165,3147 ---
|
||||
- public interface Collection</*0*/ out E> : kotlin.collections.Iterable<E> {
|
||||
- public abstract val size: kotlin.Int
|
||||
- public abstract fun <get-size>(): kotlin.Int
|
||||
- public abstract operator fun contains(/*0*/ element: E): kotlin.Boolean
|
||||
- public abstract fun containsAll(/*0*/ elements: kotlin.collections.Collection<E>): kotlin.Boolean
|
||||
- public abstract fun isEmpty(): kotlin.Boolean
|
||||
- public abstract override /*1*/ fun iterator(): kotlin.collections.Iterator<E>
|
||||
- }
|
||||
-
|
||||
--- 3180,3153 ---
|
||||
- public abstract class DoubleIterator : kotlin.collections.Iterator<kotlin.Double> {
|
||||
- /*primary*/ public constructor DoubleIterator()
|
||||
- public final override /*1*/ fun next(): kotlin.Double
|
||||
- public abstract fun nextDouble(): kotlin.Double
|
||||
- }
|
||||
-
|
||||
--- 3192,3159 ---
|
||||
- public abstract class FloatIterator : kotlin.collections.Iterator<kotlin.Float> {
|
||||
- /*primary*/ public constructor FloatIterator()
|
||||
- public final override /*1*/ fun next(): kotlin.Float
|
||||
- public abstract fun nextFloat(): kotlin.Float
|
||||
- }
|
||||
-
|
||||
--- 3256,3217 ---
|
||||
- public abstract class IntIterator : kotlin.collections.Iterator<kotlin.Int> {
|
||||
- /*primary*/ public constructor IntIterator()
|
||||
- public final override /*1*/ fun next(): kotlin.Int
|
||||
- public abstract fun nextInt(): kotlin.Int
|
||||
- }
|
||||
-
|
||||
--- 3266,3221 ---
|
||||
- public interface Iterable</*0*/ out T> {
|
||||
- public abstract operator fun iterator(): kotlin.collections.Iterator<T>
|
||||
- }
|
||||
-
|
||||
--- 3275,3226 ---
|
||||
- public interface Iterator</*0*/ out T> {
|
||||
- public abstract operator fun hasNext(): kotlin.Boolean
|
||||
- public abstract operator fun next(): T
|
||||
- }
|
||||
-
|
||||
--- 3318,3264 ---
|
||||
- public interface List</*0*/ out E> : kotlin.collections.Collection<E> {
|
||||
- public abstract override /*1*/ val size: kotlin.Int
|
||||
- public abstract override /*1*/ fun <get-size>(): kotlin.Int
|
||||
- public abstract override /*1*/ fun contains(/*0*/ element: E): kotlin.Boolean
|
||||
- public abstract override /*1*/ fun containsAll(/*0*/ elements: kotlin.collections.Collection<E>): kotlin.Boolean
|
||||
- public abstract operator fun get(/*0*/ index: kotlin.Int): E
|
||||
- public abstract fun indexOf(/*0*/ element: E): kotlin.Int
|
||||
- public abstract override /*1*/ fun isEmpty(): kotlin.Boolean
|
||||
- public abstract override /*1*/ fun iterator(): kotlin.collections.Iterator<E>
|
||||
- public abstract fun lastIndexOf(/*0*/ element: E): kotlin.Int
|
||||
- public abstract fun listIterator(): kotlin.collections.ListIterator<E>
|
||||
- public abstract fun listIterator(/*0*/ index: kotlin.Int): kotlin.collections.ListIterator<E>
|
||||
- public abstract fun subList(/*0*/ fromIndex: kotlin.Int, /*1*/ toIndex: kotlin.Int): kotlin.collections.List<E>
|
||||
- }
|
||||
-
|
||||
--- 3342,3273 ---
|
||||
- public interface ListIterator</*0*/ out T> : kotlin.collections.Iterator<T> {
|
||||
- public abstract override /*1*/ fun hasNext(): kotlin.Boolean
|
||||
- public abstract fun hasPrevious(): kotlin.Boolean
|
||||
- public abstract override /*1*/ fun next(): T
|
||||
- public abstract fun nextIndex(): kotlin.Int
|
||||
- public abstract fun previous(): T
|
||||
- public abstract fun previousIndex(): kotlin.Int
|
||||
- }
|
||||
-
|
||||
--- 3357,3279 ---
|
||||
- public abstract class LongIterator : kotlin.collections.Iterator<kotlin.Long> {
|
||||
- /*primary*/ public constructor LongIterator()
|
||||
- public final override /*1*/ fun next(): kotlin.Long
|
||||
- public abstract fun nextLong(): kotlin.Long
|
||||
- }
|
||||
-
|
||||
--- 3385,3301 ---
|
||||
- public interface Map</*0*/ K, /*1*/ out V> {
|
||||
- public abstract val entries: kotlin.collections.Set<kotlin.collections.Map.Entry<K, V>>
|
||||
- public abstract fun <get-entries>(): kotlin.collections.Set<kotlin.collections.Map.Entry<K, V>>
|
||||
- public abstract val keys: kotlin.collections.Set<K>
|
||||
- public abstract fun <get-keys>(): kotlin.collections.Set<K>
|
||||
- public abstract val size: kotlin.Int
|
||||
- public abstract fun <get-size>(): kotlin.Int
|
||||
- public abstract val values: kotlin.collections.Collection<V>
|
||||
- public abstract fun <get-values>(): kotlin.collections.Collection<V>
|
||||
- public abstract fun containsKey(/*0*/ key: K): kotlin.Boolean
|
||||
- public abstract fun containsValue(/*0*/ value: V): kotlin.Boolean
|
||||
- public abstract operator fun get(/*0*/ key: K): V?
|
||||
- public abstract fun isEmpty(): kotlin.Boolean
|
||||
-
|
||||
- public interface Entry</*0*/ out K, /*1*/ out V> {
|
||||
- public abstract val key: K
|
||||
- public abstract fun <get-key>(): K
|
||||
- public abstract val value: V
|
||||
- public abstract fun <get-value>(): V
|
||||
- }
|
||||
- }
|
||||
-
|
||||
--- 3417,3311 ---
|
||||
- public interface MutableCollection</*0*/ E> : kotlin.collections.Collection<E>, kotlin.collections.MutableIterable<E> {
|
||||
- public abstract fun add(/*0*/ element: E): kotlin.Boolean
|
||||
- public abstract fun addAll(/*0*/ elements: kotlin.collections.Collection<E>): kotlin.Boolean
|
||||
- public abstract fun clear(): kotlin.Unit
|
||||
- public abstract override /*2*/ fun iterator(): kotlin.collections.MutableIterator<E>
|
||||
- public abstract fun remove(/*0*/ element: E): kotlin.Boolean
|
||||
- public abstract fun removeAll(/*0*/ elements: kotlin.collections.Collection<E>): kotlin.Boolean
|
||||
- public abstract fun retainAll(/*0*/ elements: kotlin.collections.Collection<E>): kotlin.Boolean
|
||||
- }
|
||||
-
|
||||
--- 3431,3315 ---
|
||||
- public interface MutableIterable</*0*/ out T> : kotlin.collections.Iterable<T> {
|
||||
- public abstract override /*1*/ fun iterator(): kotlin.collections.MutableIterator<T>
|
||||
- }
|
||||
-
|
||||
--- 3439,3319 ---
|
||||
- public interface MutableIterator</*0*/ out T> : kotlin.collections.Iterator<T> {
|
||||
- public abstract fun remove(): kotlin.Unit
|
||||
- }
|
||||
-
|
||||
--- 3459,3335 ---
|
||||
- public interface MutableList</*0*/ E> : kotlin.collections.List<E>, kotlin.collections.MutableCollection<E> {
|
||||
- public abstract override /*1*/ fun add(/*0*/ element: E): kotlin.Boolean
|
||||
- public abstract fun add(/*0*/ index: kotlin.Int, /*1*/ element: E): kotlin.Unit
|
||||
- public abstract fun addAll(/*0*/ index: kotlin.Int, /*1*/ elements: kotlin.collections.Collection<E>): kotlin.Boolean
|
||||
- public abstract override /*1*/ fun addAll(/*0*/ elements: kotlin.collections.Collection<E>): kotlin.Boolean
|
||||
- public abstract override /*1*/ fun clear(): kotlin.Unit
|
||||
- public abstract override /*1*/ fun listIterator(): kotlin.collections.MutableListIterator<E>
|
||||
- public abstract override /*1*/ fun listIterator(/*0*/ index: kotlin.Int): kotlin.collections.MutableListIterator<E>
|
||||
- public abstract override /*1*/ fun remove(/*0*/ element: E): kotlin.Boolean
|
||||
- public abstract override /*1*/ fun removeAll(/*0*/ elements: kotlin.collections.Collection<E>): kotlin.Boolean
|
||||
- public abstract fun removeAt(/*0*/ index: kotlin.Int): E
|
||||
- public abstract override /*1*/ fun retainAll(/*0*/ elements: kotlin.collections.Collection<E>): kotlin.Boolean
|
||||
- public abstract operator fun set(/*0*/ index: kotlin.Int, /*1*/ element: E): E
|
||||
- public abstract override /*1*/ fun subList(/*0*/ fromIndex: kotlin.Int, /*1*/ toIndex: kotlin.Int): kotlin.collections.MutableList<E>
|
||||
- }
|
||||
-
|
||||
--- 3483,3343 ---
|
||||
- public interface MutableListIterator</*0*/ T> : kotlin.collections.ListIterator<T>, kotlin.collections.MutableIterator<T> {
|
||||
- public abstract fun add(/*0*/ element: T): kotlin.Unit
|
||||
- public abstract override /*2*/ fun hasNext(): kotlin.Boolean
|
||||
- public abstract override /*2*/ fun next(): T
|
||||
- public abstract override /*1*/ fun remove(): kotlin.Unit
|
||||
- public abstract fun set(/*0*/ element: T): kotlin.Unit
|
||||
- }
|
||||
-
|
||||
--- 3508,3360 ---
|
||||
- public interface MutableMap</*0*/ K, /*1*/ V> : kotlin.collections.Map<K, V> {
|
||||
- public abstract override /*1*/ val entries: kotlin.collections.MutableSet<kotlin.collections.MutableMap.MutableEntry<K, V>>
|
||||
- public abstract override /*1*/ fun <get-entries>(): kotlin.collections.MutableSet<kotlin.collections.MutableMap.MutableEntry<K, V>>
|
||||
- public abstract override /*1*/ val keys: kotlin.collections.MutableSet<K>
|
||||
- public abstract override /*1*/ fun <get-keys>(): kotlin.collections.MutableSet<K>
|
||||
- public abstract override /*1*/ val values: kotlin.collections.MutableCollection<V>
|
||||
- public abstract override /*1*/ fun <get-values>(): kotlin.collections.MutableCollection<V>
|
||||
- public abstract fun clear(): kotlin.Unit
|
||||
- public abstract fun put(/*0*/ key: K, /*1*/ value: V): V?
|
||||
- public abstract fun putAll(/*0*/ from: kotlin.collections.Map<out K, V>): kotlin.Unit
|
||||
- public abstract fun remove(/*0*/ key: K): V?
|
||||
-
|
||||
- public interface MutableEntry</*0*/ K, /*1*/ V> : kotlin.collections.Map.Entry<K, V> {
|
||||
- public abstract fun setValue(/*0*/ newValue: V): V
|
||||
- }
|
||||
- }
|
||||
-
|
||||
--- 3535,3370 ---
|
||||
- public interface MutableSet</*0*/ E> : kotlin.collections.Set<E>, kotlin.collections.MutableCollection<E> {
|
||||
- public abstract override /*1*/ fun add(/*0*/ element: E): kotlin.Boolean
|
||||
- public abstract override /*1*/ fun addAll(/*0*/ elements: kotlin.collections.Collection<E>): kotlin.Boolean
|
||||
- public abstract override /*1*/ fun clear(): kotlin.Unit
|
||||
- public abstract override /*2*/ fun iterator(): kotlin.collections.MutableIterator<E>
|
||||
- public abstract override /*1*/ fun remove(/*0*/ element: E): kotlin.Boolean
|
||||
- public abstract override /*1*/ fun removeAll(/*0*/ elements: kotlin.collections.Collection<E>): kotlin.Boolean
|
||||
- public abstract override /*1*/ fun retainAll(/*0*/ elements: kotlin.collections.Collection<E>): kotlin.Boolean
|
||||
- }
|
||||
-
|
||||
--- 3557,3382 ---
|
||||
- public interface Set</*0*/ out E> : kotlin.collections.Collection<E> {
|
||||
- public abstract override /*1*/ val size: kotlin.Int
|
||||
- public abstract override /*1*/ fun <get-size>(): kotlin.Int
|
||||
- public abstract override /*1*/ fun contains(/*0*/ element: E): kotlin.Boolean
|
||||
- public abstract override /*1*/ fun containsAll(/*0*/ elements: kotlin.collections.Collection<E>): kotlin.Boolean
|
||||
- public abstract override /*1*/ fun isEmpty(): kotlin.Boolean
|
||||
- public abstract override /*1*/ fun iterator(): kotlin.collections.Iterator<E>
|
||||
- }
|
||||
-
|
||||
--- 3572,3388 ---
|
||||
- public abstract class ShortIterator : kotlin.collections.Iterator<kotlin.Short> {
|
||||
- /*primary*/ public constructor ShortIterator()
|
||||
- public final override /*1*/ fun next(): kotlin.Short
|
||||
- public abstract fun nextShort(): kotlin.Short
|
||||
- }
|
||||
-
|
||||
@@ -0,0 +1,3 @@
|
||||
--- 21,21 ---
|
||||
+ public fun jsTypeOf(/*0*/ value_hack: kotlin.Any?): kotlin.String
|
||||
- @kotlin.internal.InlineOnly public inline fun jsTypeOf(/*0*/ a: kotlin.Any?): kotlin.String
|
||||
+251
@@ -0,0 +1,251 @@
|
||||
--- 14,14 ---
|
||||
+ public inline fun </*0*/ T> arrayOf(/*0*/ vararg elements: T /*kotlin.Array<out T>*/): kotlin.Array<T>
|
||||
+ public inline fun </*0*/ reified T> arrayOfNulls(/*0*/ size: kotlin.Int): kotlin.Array<T?>
|
||||
+ public inline fun booleanArrayOf(/*0*/ vararg elements: kotlin.Boolean /*kotlin.BooleanArray*/): kotlin.BooleanArray
|
||||
+ public inline fun byteArrayOf(/*0*/ vararg elements: kotlin.Byte /*kotlin.ByteArray*/): kotlin.ByteArray
|
||||
+ public inline fun charArrayOf(/*0*/ vararg elements: kotlin.Char /*kotlin.CharArray*/): kotlin.CharArray
|
||||
- @kotlin.js.library public fun </*0*/ T> arrayOf(/*0*/ vararg elements: T /*kotlin.Array<out T>*/): kotlin.Array<T>
|
||||
- public inline fun </*0*/ reified @kotlin.internal.PureReifiable T> arrayOf(/*0*/ vararg elements: T /*kotlin.Array<out T>*/): kotlin.Array<T>
|
||||
- public fun </*0*/ reified @kotlin.internal.PureReifiable T> arrayOfNulls(/*0*/ size: kotlin.Int): kotlin.Array<T?>
|
||||
- @kotlin.js.library public fun booleanArrayOf(/*0*/ vararg elements: kotlin.Boolean /*kotlin.BooleanArray*/): kotlin.BooleanArray
|
||||
- public fun booleanArrayOf(/*0*/ vararg elements: kotlin.Boolean /*kotlin.BooleanArray*/): kotlin.BooleanArray
|
||||
- @kotlin.js.library public fun byteArrayOf(/*0*/ vararg elements: kotlin.Byte /*kotlin.ByteArray*/): kotlin.ByteArray
|
||||
- public fun byteArrayOf(/*0*/ vararg elements: kotlin.Byte /*kotlin.ByteArray*/): kotlin.ByteArray
|
||||
- @kotlin.js.library public fun charArrayOf(/*0*/ vararg elements: kotlin.Char /*kotlin.CharArray*/): kotlin.CharArray
|
||||
- public fun charArrayOf(/*0*/ vararg elements: kotlin.Char /*kotlin.CharArray*/): kotlin.CharArray
|
||||
--- 35,31 ---
|
||||
+ public inline fun doubleArrayOf(/*0*/ vararg elements: kotlin.Double /*kotlin.DoubleArray*/): kotlin.DoubleArray
|
||||
- @kotlin.js.library public fun doubleArrayOf(/*0*/ vararg elements: kotlin.Double /*kotlin.DoubleArray*/): kotlin.DoubleArray
|
||||
- public fun doubleArrayOf(/*0*/ vararg elements: kotlin.Double /*kotlin.DoubleArray*/): kotlin.DoubleArray
|
||||
--- 38,33 ---
|
||||
- public inline fun </*0*/ reified @kotlin.internal.PureReifiable T> emptyArray(): kotlin.Array<T>
|
||||
--- 42,36 ---
|
||||
+ public inline fun floatArrayOf(/*0*/ vararg elements: kotlin.Float /*kotlin.FloatArray*/): kotlin.FloatArray
|
||||
+ public inline fun intArrayOf(/*0*/ vararg elements: kotlin.Int /*kotlin.IntArray*/): kotlin.IntArray
|
||||
- @kotlin.js.library public fun floatArrayOf(/*0*/ vararg elements: kotlin.Float /*kotlin.FloatArray*/): kotlin.FloatArray
|
||||
- public fun floatArrayOf(/*0*/ vararg elements: kotlin.Float /*kotlin.FloatArray*/): kotlin.FloatArray
|
||||
- @kotlin.js.library public fun intArrayOf(/*0*/ vararg elements: kotlin.Int /*kotlin.IntArray*/): kotlin.IntArray
|
||||
- public fun intArrayOf(/*0*/ vararg elements: kotlin.Int /*kotlin.IntArray*/): kotlin.IntArray
|
||||
--- 50,42 ---
|
||||
+ public inline fun longArrayOf(/*0*/ vararg elements: kotlin.Long /*kotlin.LongArray*/): kotlin.LongArray
|
||||
- @kotlin.js.library public fun longArrayOf(/*0*/ vararg elements: kotlin.Long /*kotlin.LongArray*/): kotlin.LongArray
|
||||
- public fun longArrayOf(/*0*/ vararg elements: kotlin.Long /*kotlin.LongArray*/): kotlin.LongArray
|
||||
--- 71,62 ---
|
||||
+ public inline fun shortArrayOf(/*0*/ vararg elements: kotlin.Short /*kotlin.ShortArray*/): kotlin.ShortArray
|
||||
- @kotlin.js.library public fun shortArrayOf(/*0*/ vararg elements: kotlin.Short /*kotlin.ShortArray*/): kotlin.ShortArray
|
||||
- public fun shortArrayOf(/*0*/ vararg elements: kotlin.Short /*kotlin.ShortArray*/): kotlin.ShortArray
|
||||
--- 202,192 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.2") public fun kotlin.Double.toBits(): kotlin.Long
|
||||
+ @kotlin.SinceKotlin(version = "1.2") public fun kotlin.Float.toBits(): kotlin.Int
|
||||
- @kotlin.SinceKotlin(version = "1.2") @kotlin.js.library(name = "doubleToBits") public fun kotlin.Double.toBits(): kotlin.Long
|
||||
- @kotlin.SinceKotlin(version = "1.2") @kotlin.js.library(name = "floatToBits") public fun kotlin.Float.toBits(): kotlin.Int
|
||||
--- 206,196 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.2") public fun kotlin.Double.toRawBits(): kotlin.Long
|
||||
+ @kotlin.SinceKotlin(version = "1.2") public fun kotlin.Float.toRawBits(): kotlin.Int
|
||||
- @kotlin.SinceKotlin(version = "1.2") @kotlin.js.library(name = "doubleToRawBits") public fun kotlin.Double.toRawBits(): kotlin.Long
|
||||
- @kotlin.SinceKotlin(version = "1.2") @kotlin.js.library(name = "floatToRawBits") public fun kotlin.Float.toRawBits(): kotlin.Int
|
||||
--- 233,223 ---
|
||||
- public interface Annotation {
|
||||
- }
|
||||
-
|
||||
--- 245,232 ---
|
||||
+ public constructor ArithmeticException(/*0*/ message: kotlin.String?)
|
||||
- /*primary*/ public constructor ArithmeticException(/*0*/ message: kotlin.String?)
|
||||
--- 261,248 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.4") public constructor AssertionError(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
- /*primary*/ @kotlin.SinceKotlin(version = "1.4") public constructor AssertionError(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
--- 267,254 ---
|
||||
+ public open override /*1*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
+ public open override /*1*/ fun hashCode(): kotlin.Int
|
||||
--- 269,258 ---
|
||||
+ public open override /*1*/ fun toString(): kotlin.String
|
||||
--- 303,293 ---
|
||||
+ public open override /*2*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
+ public open override /*2*/ fun hashCode(): kotlin.Int
|
||||
--- 339,331 ---
|
||||
+ public open override /*2*/ fun toString(): kotlin.String
|
||||
--- 367,360 ---
|
||||
+ public open override /*1*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
+ public open override /*1*/ fun hashCode(): kotlin.Int
|
||||
--- 379,374 ---
|
||||
+ @kotlin.js.JsName(name = "toString") public open override /*1*/ fun toString(): kotlin.String
|
||||
--- 421,417 ---
|
||||
- public interface CharSequence {
|
||||
- public abstract val length: kotlin.Int
|
||||
- public abstract fun <get-length>(): kotlin.Int
|
||||
- public abstract operator fun get(/*0*/ index: kotlin.Int): kotlin.Char
|
||||
- public abstract fun subSequence(/*0*/ startIndex: kotlin.Int, /*1*/ endIndex: kotlin.Int): kotlin.CharSequence
|
||||
- }
|
||||
-
|
||||
--- 430,419 ---
|
||||
+ public constructor ClassCastException(/*0*/ message: kotlin.String?)
|
||||
- /*primary*/ public constructor ClassCastException(/*0*/ message: kotlin.String?)
|
||||
--- 444,433 ---
|
||||
+ public constructor ConcurrentModificationException(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
- /*primary*/ public constructor ConcurrentModificationException(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
--- 494,483 ---
|
||||
+ public open override /*2*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
+ public open override /*2*/ fun hashCode(): kotlin.Int
|
||||
--- 526,517 ---
|
||||
+ public open override /*2*/ fun toString(): kotlin.String
|
||||
--- 567,559 ---
|
||||
+ public open override /*1*/ fun compareTo(/*0*/ other: E): kotlin.Int
|
||||
+ public open override /*1*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
+ public open override /*1*/ fun hashCode(): kotlin.Int
|
||||
- protected final fun clone(): kotlin.Any
|
||||
- public final override /*1*/ fun compareTo(/*0*/ other: E): kotlin.Int
|
||||
- public final override /*1*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
- public final override /*1*/ fun hashCode(): kotlin.Int
|
||||
--- 580,571 ---
|
||||
+ public constructor Error(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
- /*primary*/ public constructor Error(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
--- 587,578 ---
|
||||
+ public constructor Exception(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
- /*primary*/ public constructor Exception(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
--- 637,628 ---
|
||||
+ public open override /*2*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
+ public open override /*2*/ fun hashCode(): kotlin.Int
|
||||
--- 669,662 ---
|
||||
+ public open override /*2*/ fun toString(): kotlin.String
|
||||
--- 703,697 ---
|
||||
- public interface Function</*0*/ out R> {
|
||||
- }
|
||||
-
|
||||
--- 709,700 ---
|
||||
+ public constructor IllegalArgumentException(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
- /*primary*/ public constructor IllegalArgumentException(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
--- 716,707 ---
|
||||
+ public constructor IllegalStateException(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
- /*primary*/ public constructor IllegalStateException(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
--- 722,713 ---
|
||||
+ public constructor IndexOutOfBoundsException(/*0*/ message: kotlin.String?)
|
||||
- /*primary*/ public constructor IndexOutOfBoundsException(/*0*/ message: kotlin.String?)
|
||||
--- 740,731 ---
|
||||
+ public open override /*2*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
+ public open override /*2*/ fun hashCode(): kotlin.Int
|
||||
--- 780,773 ---
|
||||
+ public open override /*2*/ fun toString(): kotlin.String
|
||||
--- 851,845 ---
|
||||
+ public final inline operator fun compareTo(/*0*/ other: kotlin.Byte): kotlin.Int
|
||||
+ public final inline operator fun compareTo(/*0*/ other: kotlin.Double): kotlin.Int
|
||||
+ public final inline operator fun compareTo(/*0*/ other: kotlin.Float): kotlin.Int
|
||||
+ public final inline operator fun compareTo(/*0*/ other: kotlin.Int): kotlin.Int
|
||||
- public final operator fun compareTo(/*0*/ other: kotlin.Byte): kotlin.Int
|
||||
- public final operator fun compareTo(/*0*/ other: kotlin.Double): kotlin.Int
|
||||
- public final operator fun compareTo(/*0*/ other: kotlin.Float): kotlin.Int
|
||||
- public final operator fun compareTo(/*0*/ other: kotlin.Int): kotlin.Int
|
||||
--- 856,850 ---
|
||||
+ public final inline operator fun compareTo(/*0*/ other: kotlin.Short): kotlin.Int
|
||||
- public final operator fun compareTo(/*0*/ other: kotlin.Short): kotlin.Int
|
||||
--- 858,852 ---
|
||||
+ public final inline operator fun div(/*0*/ other: kotlin.Byte): kotlin.Long
|
||||
+ public final inline operator fun div(/*0*/ other: kotlin.Double): kotlin.Double
|
||||
+ public final inline operator fun div(/*0*/ other: kotlin.Float): kotlin.Float
|
||||
+ public final inline operator fun div(/*0*/ other: kotlin.Int): kotlin.Long
|
||||
- public final operator fun div(/*0*/ other: kotlin.Byte): kotlin.Long
|
||||
- public final operator fun div(/*0*/ other: kotlin.Double): kotlin.Double
|
||||
- public final operator fun div(/*0*/ other: kotlin.Float): kotlin.Float
|
||||
- public final operator fun div(/*0*/ other: kotlin.Int): kotlin.Long
|
||||
--- 863,857 ---
|
||||
+ public final inline operator fun div(/*0*/ other: kotlin.Short): kotlin.Long
|
||||
+ public open override /*2*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
+ public open override /*2*/ fun hashCode(): kotlin.Int
|
||||
- public final operator fun div(/*0*/ other: kotlin.Short): kotlin.Long
|
||||
--- 866,862 ---
|
||||
+ public final inline operator fun minus(/*0*/ other: kotlin.Byte): kotlin.Long
|
||||
+ public final inline operator fun minus(/*0*/ other: kotlin.Double): kotlin.Double
|
||||
+ public final inline operator fun minus(/*0*/ other: kotlin.Float): kotlin.Float
|
||||
+ public final inline operator fun minus(/*0*/ other: kotlin.Int): kotlin.Long
|
||||
- public final operator fun minus(/*0*/ other: kotlin.Byte): kotlin.Long
|
||||
- public final operator fun minus(/*0*/ other: kotlin.Double): kotlin.Double
|
||||
- public final operator fun minus(/*0*/ other: kotlin.Float): kotlin.Float
|
||||
- public final operator fun minus(/*0*/ other: kotlin.Int): kotlin.Long
|
||||
--- 871,867 ---
|
||||
+ public final inline operator fun minus(/*0*/ other: kotlin.Short): kotlin.Long
|
||||
- public final operator fun minus(/*0*/ other: kotlin.Short): kotlin.Long
|
||||
--- 873,869 ---
|
||||
+ public final inline operator fun plus(/*0*/ other: kotlin.Byte): kotlin.Long
|
||||
+ public final inline operator fun plus(/*0*/ other: kotlin.Double): kotlin.Double
|
||||
+ public final inline operator fun plus(/*0*/ other: kotlin.Float): kotlin.Float
|
||||
+ public final inline operator fun plus(/*0*/ other: kotlin.Int): kotlin.Long
|
||||
- public final operator fun plus(/*0*/ other: kotlin.Byte): kotlin.Long
|
||||
- public final operator fun plus(/*0*/ other: kotlin.Double): kotlin.Double
|
||||
- public final operator fun plus(/*0*/ other: kotlin.Float): kotlin.Float
|
||||
- public final operator fun plus(/*0*/ other: kotlin.Int): kotlin.Long
|
||||
--- 878,874 ---
|
||||
+ public final inline operator fun plus(/*0*/ other: kotlin.Short): kotlin.Long
|
||||
- public final operator fun plus(/*0*/ other: kotlin.Short): kotlin.Long
|
||||
--- 883,879 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.1") public final inline operator fun rem(/*0*/ other: kotlin.Byte): kotlin.Long
|
||||
+ @kotlin.SinceKotlin(version = "1.1") public final inline operator fun rem(/*0*/ other: kotlin.Double): kotlin.Double
|
||||
+ @kotlin.SinceKotlin(version = "1.1") public final inline operator fun rem(/*0*/ other: kotlin.Float): kotlin.Float
|
||||
+ @kotlin.SinceKotlin(version = "1.1") public final inline operator fun rem(/*0*/ other: kotlin.Int): kotlin.Long
|
||||
- @kotlin.SinceKotlin(version = "1.1") public final operator fun rem(/*0*/ other: kotlin.Byte): kotlin.Long
|
||||
- @kotlin.SinceKotlin(version = "1.1") public final operator fun rem(/*0*/ other: kotlin.Double): kotlin.Double
|
||||
- @kotlin.SinceKotlin(version = "1.1") public final operator fun rem(/*0*/ other: kotlin.Float): kotlin.Float
|
||||
- @kotlin.SinceKotlin(version = "1.1") public final operator fun rem(/*0*/ other: kotlin.Int): kotlin.Long
|
||||
--- 888,884 ---
|
||||
+ @kotlin.SinceKotlin(version = "1.1") public final inline operator fun rem(/*0*/ other: kotlin.Short): kotlin.Long
|
||||
- @kotlin.SinceKotlin(version = "1.1") public final operator fun rem(/*0*/ other: kotlin.Short): kotlin.Long
|
||||
--- 891,887 ---
|
||||
+ public final inline operator fun times(/*0*/ other: kotlin.Byte): kotlin.Long
|
||||
+ public final inline operator fun times(/*0*/ other: kotlin.Double): kotlin.Double
|
||||
+ public final inline operator fun times(/*0*/ other: kotlin.Float): kotlin.Float
|
||||
+ public final inline operator fun times(/*0*/ other: kotlin.Int): kotlin.Long
|
||||
- public final operator fun times(/*0*/ other: kotlin.Byte): kotlin.Long
|
||||
- public final operator fun times(/*0*/ other: kotlin.Double): kotlin.Double
|
||||
- public final operator fun times(/*0*/ other: kotlin.Float): kotlin.Float
|
||||
- public final operator fun times(/*0*/ other: kotlin.Int): kotlin.Long
|
||||
--- 896,892 ---
|
||||
+ public final inline operator fun times(/*0*/ other: kotlin.Short): kotlin.Long
|
||||
- public final operator fun times(/*0*/ other: kotlin.Short): kotlin.Long
|
||||
--- 904,900 ---
|
||||
+ public open override /*2*/ fun toString(): kotlin.String
|
||||
--- 905,902 ---
|
||||
+ public final inline operator fun unaryPlus(): kotlin.Long
|
||||
- public final operator fun unaryPlus(): kotlin.Long
|
||||
--- 933,930 ---
|
||||
+ public constructor NoSuchElementException(/*0*/ message: kotlin.String?)
|
||||
- /*primary*/ public constructor NoSuchElementException(/*0*/ message: kotlin.String?)
|
||||
--- 939,936 ---
|
||||
+ public constructor NoWhenBranchMatchedException(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
- /*primary*/ public constructor NoWhenBranchMatchedException(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
--- 952,949 ---
|
||||
+ public constructor NullPointerException(/*0*/ message: kotlin.String?)
|
||||
- /*primary*/ public constructor NullPointerException(/*0*/ message: kotlin.String?)
|
||||
--- 968,965 ---
|
||||
+ public constructor NumberFormatException(/*0*/ message: kotlin.String?)
|
||||
- /*primary*/ public constructor NumberFormatException(/*0*/ message: kotlin.String?)
|
||||
--- 1055,1052 ---
|
||||
+ public constructor RuntimeException(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
- /*primary*/ public constructor RuntimeException(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
--- 1073,1070 ---
|
||||
+ public open override /*2*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
+ public open override /*2*/ fun hashCode(): kotlin.Int
|
||||
--- 1109,1108 ---
|
||||
+ public open override /*2*/ fun toString(): kotlin.String
|
||||
--- 1145,1145 ---
|
||||
+ public open override /*2*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
--- 1146,1147 ---
|
||||
+ public open override /*2*/ fun hashCode(): kotlin.Int
|
||||
--- 1148,1150 ---
|
||||
+ public open override /*2*/ fun toString(): kotlin.String
|
||||
--- 1159,1162 ---
|
||||
+ @kotlin.js.JsName(name = "Error") public open external class Throwable {
|
||||
- public open class Throwable {
|
||||
--- 1162,1165 ---
|
||||
+ public constructor Throwable(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
- /*primary*/ public constructor Throwable(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
--- 1168,1171 ---
|
||||
+ public open override /*1*/ fun toString(): kotlin.String
|
||||
--- 1486,1490 ---
|
||||
+ public constructor UninitializedPropertyAccessException(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
- /*primary*/ public constructor UninitializedPropertyAccessException(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
--- 1494,1498 ---
|
||||
- public object Unit {
|
||||
- public open override /*1*/ fun toString(): kotlin.String
|
||||
- }
|
||||
-
|
||||
--- 1505,1505 ---
|
||||
+ public constructor UnsupportedOperationException(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
- /*primary*/ public constructor UnsupportedOperationException(/*0*/ message: kotlin.String?, /*1*/ cause: kotlin.Throwable?)
|
||||
@@ -0,0 +1,124 @@
|
||||
--- 178,178 ---
|
||||
- public open class CharProgression : kotlin.collections.Iterable<kotlin.Char> {
|
||||
- public final val first: kotlin.Char
|
||||
- public final fun <get-first>(): kotlin.Char
|
||||
- public final val last: kotlin.Char
|
||||
- public final fun <get-last>(): kotlin.Char
|
||||
- public final val step: kotlin.Int
|
||||
- public final fun <get-step>(): kotlin.Int
|
||||
- public open override /*1*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
- public open override /*1*/ fun hashCode(): kotlin.Int
|
||||
- public open fun isEmpty(): kotlin.Boolean
|
||||
- public open override /*1*/ fun iterator(): kotlin.collections.CharIterator
|
||||
- public open override /*1*/ fun toString(): kotlin.String
|
||||
-
|
||||
- public companion object Companion {
|
||||
- public final fun fromClosedRange(/*0*/ rangeStart: kotlin.Char, /*1*/ rangeEnd: kotlin.Char, /*2*/ step: kotlin.Int): kotlin.ranges.CharProgression
|
||||
- }
|
||||
- }
|
||||
-
|
||||
--- 214,196 ---
|
||||
- public final class CharRange : kotlin.ranges.CharProgression, kotlin.ranges.ClosedRange<kotlin.Char> {
|
||||
- /*primary*/ public constructor CharRange(/*0*/ start: kotlin.Char, /*1*/ endInclusive: kotlin.Char)
|
||||
- public open override /*1*/ val endInclusive: kotlin.Char
|
||||
- public open override /*1*/ fun <get-endInclusive>(): kotlin.Char
|
||||
- public open override /*1*/ val start: kotlin.Char
|
||||
- public open override /*1*/ fun <get-start>(): kotlin.Char
|
||||
- public open override /*1*/ fun contains(/*0*/ value: kotlin.Char): kotlin.Boolean
|
||||
- public open override /*2*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
- public open override /*2*/ fun hashCode(): kotlin.Int
|
||||
- public open override /*2*/ fun isEmpty(): kotlin.Boolean
|
||||
- public open override /*2*/ fun toString(): kotlin.String
|
||||
-
|
||||
- public companion object Companion {
|
||||
- public final val EMPTY: kotlin.ranges.CharRange
|
||||
- public final fun <get-EMPTY>(): kotlin.ranges.CharRange
|
||||
- }
|
||||
- }
|
||||
-
|
||||
--- 247,211 ---
|
||||
- public interface ClosedRange</*0*/ T : kotlin.Comparable<T>> {
|
||||
- public abstract val endInclusive: T
|
||||
- public abstract fun <get-endInclusive>(): T
|
||||
- public abstract val start: T
|
||||
- public abstract fun <get-start>(): T
|
||||
- public open operator fun contains(/*0*/ value: T): kotlin.Boolean
|
||||
- public open fun isEmpty(): kotlin.Boolean
|
||||
- }
|
||||
-
|
||||
--- 274,229 ---
|
||||
- public open class IntProgression : kotlin.collections.Iterable<kotlin.Int> {
|
||||
- public final val first: kotlin.Int
|
||||
- public final fun <get-first>(): kotlin.Int
|
||||
- public final val last: kotlin.Int
|
||||
- public final fun <get-last>(): kotlin.Int
|
||||
- public final val step: kotlin.Int
|
||||
- public final fun <get-step>(): kotlin.Int
|
||||
- public open override /*1*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
- public open override /*1*/ fun hashCode(): kotlin.Int
|
||||
- public open fun isEmpty(): kotlin.Boolean
|
||||
- public open override /*1*/ fun iterator(): kotlin.collections.IntIterator
|
||||
- public open override /*1*/ fun toString(): kotlin.String
|
||||
-
|
||||
- public companion object Companion {
|
||||
- public final fun fromClosedRange(/*0*/ rangeStart: kotlin.Int, /*1*/ rangeEnd: kotlin.Int, /*2*/ step: kotlin.Int): kotlin.ranges.IntProgression
|
||||
- }
|
||||
- }
|
||||
-
|
||||
--- 310,247 ---
|
||||
- public final class IntRange : kotlin.ranges.IntProgression, kotlin.ranges.ClosedRange<kotlin.Int> {
|
||||
- /*primary*/ public constructor IntRange(/*0*/ start: kotlin.Int, /*1*/ endInclusive: kotlin.Int)
|
||||
- public open override /*1*/ val endInclusive: kotlin.Int
|
||||
- public open override /*1*/ fun <get-endInclusive>(): kotlin.Int
|
||||
- public open override /*1*/ val start: kotlin.Int
|
||||
- public open override /*1*/ fun <get-start>(): kotlin.Int
|
||||
- public open override /*1*/ fun contains(/*0*/ value: kotlin.Int): kotlin.Boolean
|
||||
- public open override /*2*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
- public open override /*2*/ fun hashCode(): kotlin.Int
|
||||
- public open override /*2*/ fun isEmpty(): kotlin.Boolean
|
||||
- public open override /*2*/ fun toString(): kotlin.String
|
||||
-
|
||||
- public companion object Companion {
|
||||
- public final val EMPTY: kotlin.ranges.IntRange
|
||||
- public final fun <get-EMPTY>(): kotlin.ranges.IntRange
|
||||
- }
|
||||
- }
|
||||
-
|
||||
--- 346,265 ---
|
||||
- public open class LongProgression : kotlin.collections.Iterable<kotlin.Long> {
|
||||
- public final val first: kotlin.Long
|
||||
- public final fun <get-first>(): kotlin.Long
|
||||
- public final val last: kotlin.Long
|
||||
- public final fun <get-last>(): kotlin.Long
|
||||
- public final val step: kotlin.Long
|
||||
- public final fun <get-step>(): kotlin.Long
|
||||
- public open override /*1*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
- public open override /*1*/ fun hashCode(): kotlin.Int
|
||||
- public open fun isEmpty(): kotlin.Boolean
|
||||
- public open override /*1*/ fun iterator(): kotlin.collections.LongIterator
|
||||
- public open override /*1*/ fun toString(): kotlin.String
|
||||
-
|
||||
- public companion object Companion {
|
||||
- public final fun fromClosedRange(/*0*/ rangeStart: kotlin.Long, /*1*/ rangeEnd: kotlin.Long, /*2*/ step: kotlin.Long): kotlin.ranges.LongProgression
|
||||
- }
|
||||
- }
|
||||
-
|
||||
--- 382,283 ---
|
||||
- public final class LongRange : kotlin.ranges.LongProgression, kotlin.ranges.ClosedRange<kotlin.Long> {
|
||||
- /*primary*/ public constructor LongRange(/*0*/ start: kotlin.Long, /*1*/ endInclusive: kotlin.Long)
|
||||
- public open override /*1*/ val endInclusive: kotlin.Long
|
||||
- public open override /*1*/ fun <get-endInclusive>(): kotlin.Long
|
||||
- public open override /*1*/ val start: kotlin.Long
|
||||
- public open override /*1*/ fun <get-start>(): kotlin.Long
|
||||
- public open override /*1*/ fun contains(/*0*/ value: kotlin.Long): kotlin.Boolean
|
||||
- public open override /*2*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
- public open override /*2*/ fun hashCode(): kotlin.Int
|
||||
- public open override /*2*/ fun isEmpty(): kotlin.Boolean
|
||||
- public open override /*2*/ fun toString(): kotlin.String
|
||||
-
|
||||
- public companion object Companion {
|
||||
- public final val EMPTY: kotlin.ranges.LongRange
|
||||
- public final fun <get-EMPTY>(): kotlin.ranges.LongRange
|
||||
- }
|
||||
- }
|
||||
-
|
||||
@@ -0,0 +1,52 @@
|
||||
--- 34,34 ---
|
||||
- @kotlin.SinceKotlin(version = "1.1") public interface KClassifier {
|
||||
- }
|
||||
-
|
||||
--- 90,87 ---
|
||||
- @kotlin.SinceKotlin(version = "1.1") public interface KTypeParameter : kotlin.reflect.KClassifier {
|
||||
- public abstract val isReified: kotlin.Boolean
|
||||
- public abstract fun <get-isReified>(): kotlin.Boolean
|
||||
- public abstract val name: kotlin.String
|
||||
- public abstract fun <get-name>(): kotlin.String
|
||||
- public abstract val upperBounds: kotlin.collections.List<kotlin.reflect.KType>
|
||||
- public abstract fun <get-upperBounds>(): kotlin.collections.List<kotlin.reflect.KType>
|
||||
- public abstract val variance: kotlin.reflect.KVariance
|
||||
- public abstract fun <get-variance>(): kotlin.reflect.KVariance
|
||||
- }
|
||||
-
|
||||
--- 123,109 ---
|
||||
- @kotlin.SinceKotlin(version = "1.1") public final data class KTypeProjection {
|
||||
- /*primary*/ public constructor KTypeProjection(/*0*/ variance: kotlin.reflect.KVariance?, /*1*/ type: kotlin.reflect.KType?)
|
||||
- public final val type: kotlin.reflect.KType?
|
||||
- public final fun <get-type>(): kotlin.reflect.KType?
|
||||
- public final val variance: kotlin.reflect.KVariance?
|
||||
- public final fun <get-variance>(): kotlin.reflect.KVariance?
|
||||
- public final operator /*synthesized*/ fun component1(): kotlin.reflect.KVariance?
|
||||
- public final operator /*synthesized*/ fun component2(): kotlin.reflect.KType?
|
||||
- public final /*synthesized*/ fun copy(/*0*/ variance: kotlin.reflect.KVariance? = ..., /*1*/ type: kotlin.reflect.KType? = ...): kotlin.reflect.KTypeProjection
|
||||
- public open override /*1*/ /*synthesized*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
- public open override /*1*/ /*synthesized*/ fun hashCode(): kotlin.Int
|
||||
- public open override /*1*/ fun toString(): kotlin.String
|
||||
-
|
||||
- public companion object Companion {
|
||||
- public final val STAR: kotlin.reflect.KTypeProjection
|
||||
- public final fun <get-STAR>(): kotlin.reflect.KTypeProjection
|
||||
- public final fun contravariant(/*0*/ type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
||||
- public final fun covariant(/*0*/ type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
||||
- public final fun invariant(/*0*/ type: kotlin.reflect.KType): kotlin.reflect.KTypeProjection
|
||||
- }
|
||||
- }
|
||||
-
|
||||
--- 156,120 ---
|
||||
-
|
||||
- @kotlin.SinceKotlin(version = "1.1") public final enum class KVariance : kotlin.Enum<kotlin.reflect.KVariance> {
|
||||
- enum entry INVARIANT
|
||||
-
|
||||
- enum entry IN
|
||||
-
|
||||
- enum entry OUT
|
||||
-
|
||||
- // Static members
|
||||
- public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): kotlin.reflect.KVariance
|
||||
- public final /*synthesized*/ fun values(): kotlin.Array<kotlin.reflect.KVariance>
|
||||
- }
|
||||
Reference in New Issue
Block a user