Check more flags in bytecode listing tests
This commit is contained in:
@@ -5,7 +5,7 @@ public abstract class A1 {
|
||||
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method remove(p0: java.lang.Object): boolean
|
||||
public final method size(): int
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
@@ -14,12 +14,12 @@ public abstract class A1 {
|
||||
public abstract class A2 {
|
||||
public method <init>(): void
|
||||
public method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public abstract method getSize(): int
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public abstract method remove(p0: java.lang.String): boolean
|
||||
public final method size(): int
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
@@ -28,9 +28,9 @@ public abstract class A2 {
|
||||
public abstract class A3 {
|
||||
public method <init>(): void
|
||||
public abstract method getSize(): int
|
||||
public final method remove(p0: int): java.lang.Object
|
||||
public method removeAt(p0: int): java.lang.Object
|
||||
public final method size(): int
|
||||
public bridge final method remove(p0: int): java.lang.Object
|
||||
public bridge method removeAt(p0: int): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -39,55 +39,55 @@ public abstract class A4 {
|
||||
public method contains(p0: java.lang.Object): boolean
|
||||
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public abstract method getSize(): int
|
||||
public final method remove(p0: int): java.lang.Object
|
||||
public method removeAt(p0: int): java.lang.Object
|
||||
public final method size(): int
|
||||
public bridge final method remove(p0: int): java.lang.Object
|
||||
public bridge method removeAt(p0: int): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class A5 {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method contains(p0: java.lang.String): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public bridge method contains(p0: java.lang.String): boolean
|
||||
public abstract method getSize(): int
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method indexOf(p0: java.lang.String): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(p0: java.lang.String): int
|
||||
public final method remove(p0: int): java.lang.String
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method remove(p0: java.lang.String): boolean
|
||||
public method removeAt(p0: int): java.lang.String
|
||||
public final method size(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public bridge method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge method lastIndexOf(p0: java.lang.String): int
|
||||
public bridge final method remove(p0: int): java.lang.String
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public bridge method remove(p0: java.lang.String): boolean
|
||||
public bridge method removeAt(p0: int): java.lang.String
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class A6 {
|
||||
public method <init>(): void
|
||||
public method contains(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
|
||||
public abstract method getSize(): int
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method indexOf(p0: java.lang.String): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(p0: java.lang.String): int
|
||||
public final method remove(p0: int): java.lang.String
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method remove(p0: java.lang.String): boolean
|
||||
public method removeAt(p0: int): java.lang.String
|
||||
public final method size(): int
|
||||
public bridge final method indexOf(p0: java.lang.Object): int
|
||||
public bridge method indexOf(p0: java.lang.String): int
|
||||
public bridge final method lastIndexOf(p0: java.lang.Object): int
|
||||
public bridge method lastIndexOf(p0: java.lang.String): int
|
||||
public bridge final method remove(p0: int): java.lang.String
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public bridge method remove(p0: java.lang.String): boolean
|
||||
public bridge method removeAt(p0: int): java.lang.String
|
||||
public bridge final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class A7 {
|
||||
public method <init>(): void
|
||||
public method contains(p0: int): boolean
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public bridge final method contains(p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method remove(p0: java.lang.Integer): boolean
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public final method size(): int
|
||||
public bridge final method remove(p0: java.lang.Object): boolean
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
@@ -98,7 +98,7 @@ public abstract class A8 {
|
||||
public method contains(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
|
||||
public abstract method getSize(): int
|
||||
public abstract method remove(p0: java.lang.Object): boolean
|
||||
public final method size(): int
|
||||
public bridge final method size(): int
|
||||
public method toArray(): java.lang.Object[]
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user