JVM_IR emulate old back-end behavior in special bridges + inline classes
KT-42491 KT-42539
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
public final class MutableListOfLong {
|
||||
// source: 'mutableListOfPrimitive.kt'
|
||||
private final field ml: java.util.List
|
||||
public method <init>(p0: java.util.List): void
|
||||
public synthetic bridge method add(p0: int, p1: java.lang.Object): void
|
||||
public method add(p0: int, p1: long): void
|
||||
public synthetic bridge method add(p0: java.lang.Object): boolean
|
||||
public method add(p0: long): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public method contains(p0: long): boolean
|
||||
public method containsAll(p0: java.util.Collection): boolean
|
||||
public method get(p0: int): java.lang.Long
|
||||
public synthetic bridge method get(p0: int): java.lang.Object
|
||||
public method getSize(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public method indexOf(p0: long): int
|
||||
public method isEmpty(): boolean
|
||||
public method iterator(): java.util.Iterator
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(p0: long): int
|
||||
public method listIterator(): java.util.ListIterator
|
||||
public method listIterator(p0: int): java.util.ListIterator
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public bridge final method remove(p0: int): long
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public method remove(p0: long): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method removeAt(p0: int): java.lang.Long
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public synthetic bridge method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public method set(p0: int, p1: long): java.lang.Long
|
||||
public bridge final method size(): int
|
||||
public method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
Reference in New Issue
Block a user