[FIR-TEST] Unify AbstractFirLoadCompiledKotlin and BuiltInsDeserializationForFirTestCase
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
public/*package*/ open class ArraysUtilJVM : R|kotlin/Any| {
|
||||
public/*package*/ open static fun <T : R|ft<kotlin/Any, kotlin/Any?>!|> asList(p0: ):
|
||||
|
||||
public/*package*/ constructor(): R|kotlin/collections/ArraysUtilJVM|
|
||||
|
||||
}
|
||||
|
||||
public abstract class BooleanIterator : R|kotlin/collections/Iterator<kotlin/Boolean>| {
|
||||
public final operator fun next(): R|kotlin/Boolean|
|
||||
|
||||
|
||||
@@ -22,10 +22,10 @@ public final fun intArrayOf(vararg elements: R|kotlin/IntArray|): R|kotlin/IntAr
|
||||
|
||||
public final fun longArrayOf(vararg elements: R|kotlin/LongArray|): R|kotlin/LongArray|
|
||||
|
||||
public final fun shortArrayOf(vararg elements: R|kotlin/ShortArray|): R|kotlin/ShortArray|
|
||||
|
||||
public final operator fun R|kotlin/String?|.plus(other: R|kotlin/Any?|): R|kotlin/String|
|
||||
|
||||
public final fun shortArrayOf(vararg elements: R|kotlin/ShortArray|): R|kotlin/ShortArray|
|
||||
|
||||
public final fun R|kotlin/Any?|.toString(): R|kotlin/String|
|
||||
|
||||
public abstract interface Annotation : R|kotlin/Any| {
|
||||
@@ -334,11 +334,6 @@ public abstract interface CharSequence : R|kotlin/Any| {
|
||||
|
||||
}
|
||||
|
||||
public abstract interface Cloneable : R|kotlin/Any| {
|
||||
protected open fun clone(): R|kotlin/Any|
|
||||
|
||||
}
|
||||
|
||||
public abstract interface Comparable<in T> : R|kotlin/Any| {
|
||||
public abstract operator fun compareTo(other: R|T|): R|kotlin/Int|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user