Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/specialBridges/abstractMutableLists.txt
T
Alexander Udalov 968dfddbc9 Tests: adjust test data for bytecode listing tests
- remove obsolete `IGNORE_BACKEND: JVM` directives
- move contents of .ir.txt files to the corresponding .txt
2023-11-02 10:59:29 +00:00

120 lines
5.4 KiB
Plaintext
Vendored

@kotlin.Metadata
public abstract class AMLA {
// source: 'abstractMutableLists.kt'
public method <init>(): void
public abstract method getSize(): int
public bridge final method remove(p0: int): java.lang.Object
public abstract method removeAt(p0: int): java.lang.Object
public bridge final method size(): int
public method toArray(): java.lang.Object[]
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
@kotlin.Metadata
public abstract class AMLAN {
// source: 'abstractMutableLists.kt'
public method <init>(): void
public abstract method getSize(): int
public bridge final method remove(p0: int): java.lang.Object
public abstract method removeAt(p0: int): java.lang.Object
public bridge final method size(): int
public method toArray(): java.lang.Object[]
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
@kotlin.Metadata
public abstract class AMLI {
// source: 'abstractMutableLists.kt'
public method <init>(): void
public abstract method contains(p0: int): boolean
public bridge final method contains(p0: java.lang.Object): boolean
public abstract method getSize(): int
public abstract method indexOf(p0: int): int
public bridge final method indexOf(p0: java.lang.Object): int
public abstract method lastIndexOf(p0: int): int
public bridge final method lastIndexOf(p0: java.lang.Object): int
public bridge final method remove(p0: int): int
public synthetic bridge method remove(p0: int): java.lang.Object
public abstract method remove(p0: java.lang.Integer): boolean
public bridge final method remove(p0: java.lang.Object): boolean
public abstract method removeAt(p0: int): java.lang.Integer
public bridge final method size(): int
public method toArray(): java.lang.Object[]
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
@kotlin.Metadata
public abstract class AMLIN {
// source: 'abstractMutableLists.kt'
public method <init>(): void
public abstract method contains(p0: java.lang.Integer): boolean
public bridge final method contains(p0: java.lang.Object): boolean
public abstract method getSize(): int
public abstract method indexOf(p0: java.lang.Integer): int
public bridge final method indexOf(p0: java.lang.Object): int
public abstract method lastIndexOf(p0: java.lang.Integer): int
public bridge final method lastIndexOf(p0: java.lang.Object): int
public bridge final method remove(p0: int): java.lang.Integer
public synthetic bridge method remove(p0: int): java.lang.Object
public abstract method remove(p0: java.lang.Integer): boolean
public bridge final method remove(p0: java.lang.Object): boolean
public abstract method removeAt(p0: int): java.lang.Integer
public bridge final method size(): int
public method toArray(): java.lang.Object[]
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
@kotlin.Metadata
public abstract class AMLS {
// source: 'abstractMutableLists.kt'
public method <init>(): void
public bridge final method contains(p0: java.lang.Object): boolean
public abstract method contains(p0: java.lang.String): boolean
public abstract method getSize(): int
public bridge final method indexOf(p0: java.lang.Object): int
public abstract method indexOf(p0: java.lang.String): int
public bridge final method lastIndexOf(p0: java.lang.Object): int
public abstract method lastIndexOf(p0: java.lang.String): int
public synthetic bridge method remove(p0: int): java.lang.Object
public bridge final method remove(p0: int): java.lang.String
public bridge final method remove(p0: java.lang.Object): boolean
public abstract method remove(p0: java.lang.String): boolean
public abstract method removeAt(p0: int): java.lang.String
public bridge final method size(): int
public method toArray(): java.lang.Object[]
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
@kotlin.Metadata
public abstract class AMLSN {
// source: 'abstractMutableLists.kt'
public method <init>(): void
public bridge final method contains(p0: java.lang.Object): boolean
public abstract method contains(p0: java.lang.String): boolean
public abstract method getSize(): int
public bridge final method indexOf(p0: java.lang.Object): int
public abstract method indexOf(p0: java.lang.String): int
public bridge final method lastIndexOf(p0: java.lang.Object): int
public abstract method lastIndexOf(p0: java.lang.String): int
public synthetic bridge method remove(p0: int): java.lang.Object
public bridge final method remove(p0: int): java.lang.String
public bridge final method remove(p0: java.lang.Object): boolean
public abstract method remove(p0: java.lang.String): boolean
public abstract method removeAt(p0: int): java.lang.String
public bridge final method size(): int
public method toArray(): java.lang.Object[]
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
@kotlin.Metadata
public abstract class AMLT {
// source: 'abstractMutableLists.kt'
public method <init>(): void
public abstract method getSize(): int
public bridge final method remove(p0: int): java.lang.Object
public abstract method removeAt(p0: int): java.lang.Object
public bridge final method size(): int
public method toArray(): java.lang.Object[]
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}