6b343515e1
This is needed to keep consistency with other dumps and to allow test helper plugin to recognize those dumps
19 lines
923 B
Plaintext
Vendored
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
|
|
}
|