Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/collectionStubs/intArrayList.ir.txt
T
Dmitriy Novozhilov 6b343515e1 [Test] Save IR bytecode dumps from BytecodeListingHandler to .ir.txt file instead of _ir.txt
This is needed to keep consistency with other dumps and to allow
  test helper plugin to recognize those dumps
2022-12-01 07:29:37 +00:00

19 lines
923 B
Plaintext
Vendored

@kotlin.Metadata
public final class Test {
// source: 'intArrayList.kt'
public method <init>(): void
public bridge method contains(p0: java.lang.Integer): boolean
public bridge final method contains(p0: java.lang.Object): boolean
public bridge method getSize(): int
public bridge method indexOf(p0: java.lang.Integer): int
public bridge final method indexOf(p0: java.lang.Object): int
public bridge 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 bridge method remove(p0: java.lang.Integer): boolean
public bridge final method remove(p0: java.lang.Object): boolean
public bridge method removeAt(p0: int): java.lang.Integer
public bridge final method size(): int
}