Tests: adjust test data for bytecode listing tests
- remove obsolete `IGNORE_BACKEND: JVM` directives - move contents of .ir.txt files to the corresponding .txt
This commit is contained in:
committed by
Space Team
parent
1cf04916d6
commit
968dfddbc9
+18
-14
@@ -4,7 +4,7 @@ public final class DIntCollection {
|
||||
private synthetic final field $$delegate_0: java.util.Collection
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Collection): void
|
||||
public method add(p0: int): boolean
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public synthetic bridge method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public method contains(p0: int): boolean
|
||||
@@ -27,7 +27,7 @@ public final class DIntCollectionByList {
|
||||
private synthetic final field $$delegate_0: java.util.List
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.List): void
|
||||
public method add(p0: int): boolean
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public synthetic bridge method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public method contains(p0: int): boolean
|
||||
@@ -50,7 +50,7 @@ public final class DIntCollectionBySet {
|
||||
private synthetic final field $$delegate_0: java.util.Set
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Set): void
|
||||
public method add(p0: int): boolean
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public synthetic bridge method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public method contains(p0: int): boolean
|
||||
@@ -93,8 +93,8 @@ public final class DIntList {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.List): void
|
||||
public method add(p0: int): boolean
|
||||
public method add(p0: int, p1: int): void
|
||||
public synthetic method add(p0: int, p1: java.lang.Object): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public synthetic bridge method add(p0: int, p1: java.lang.Object): void
|
||||
public synthetic bridge method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: int, p1: java.util.Collection): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
@@ -113,12 +113,12 @@ public final class DIntList {
|
||||
public @org.jetbrains.annotations.NotNull method listIterator(): java.util.ListIterator
|
||||
public @org.jetbrains.annotations.NotNull method listIterator(p0: int): java.util.ListIterator
|
||||
public method remove(p0: int): int
|
||||
public synthetic method remove(p0: int): java.lang.Object
|
||||
public synthetic bridge method remove(p0: int): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): boolean
|
||||
public method removeAll(p0: java.util.Collection): boolean
|
||||
public method retainAll(p0: java.util.Collection): boolean
|
||||
public method set(p0: int, p1: int): java.lang.Integer
|
||||
public synthetic method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public @org.jetbrains.annotations.NotNull method subList(p0: int, p1: int): java.util.List
|
||||
public method toArray(): java.lang.Object[]
|
||||
@@ -131,7 +131,7 @@ public final class DIntListIterator {
|
||||
private synthetic final field $$delegate_0: java.util.ListIterator
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.ListIterator): void
|
||||
public method add(p0: int): void
|
||||
public synthetic method add(p0: java.lang.Object): void
|
||||
public synthetic bridge method add(p0: java.lang.Object): void
|
||||
public method hasNext(): boolean
|
||||
public method hasPrevious(): boolean
|
||||
public @org.jetbrains.annotations.NotNull method next(): java.lang.Integer
|
||||
@@ -142,7 +142,7 @@ public final class DIntListIterator {
|
||||
public method previousIndex(): int
|
||||
public method remove(): void
|
||||
public method set(p0: int): void
|
||||
public synthetic method set(p0: java.lang.Object): void
|
||||
public synthetic bridge method set(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -157,7 +157,8 @@ public final class DIntMap {
|
||||
public bridge final method containsValue(p0: java.lang.Object): boolean
|
||||
public bridge final method entrySet(): java.util.Set
|
||||
public @org.jetbrains.annotations.Nullable method get(p0: int): java.lang.Double
|
||||
public bridge final method get(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final method get(p0: java.lang.Object): java.lang.Double
|
||||
public synthetic bridge final method get(p0: java.lang.Object): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method getEntries(): java.util.Set
|
||||
public @org.jetbrains.annotations.NotNull method getKeys(): java.util.Set
|
||||
public method getSize(): int
|
||||
@@ -165,11 +166,13 @@ public final class DIntMap {
|
||||
public method isEmpty(): boolean
|
||||
public bridge final method keySet(): java.util.Set
|
||||
public method put(p0: int, p1: double): java.lang.Double
|
||||
public synthetic method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method put(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
public method putAll(p0: java.util.Map): void
|
||||
public method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.Object): java.lang.Double
|
||||
public synthetic bridge method remove(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final method size(): int
|
||||
public bridge final method values(): java.util.Collection
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -182,7 +185,8 @@ public final class DIntMapEntry {
|
||||
public @org.jetbrains.annotations.NotNull method getValue(): java.lang.Double
|
||||
public synthetic bridge method getValue(): java.lang.Object
|
||||
public method setValue(p0: double): java.lang.Double
|
||||
public synthetic method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -191,7 +195,7 @@ public final class DIntSet {
|
||||
private synthetic final field $$delegate_0: java.util.Set
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Set): void
|
||||
public method add(p0: int): boolean
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
public synthetic bridge method add(p0: java.lang.Object): boolean
|
||||
public method addAll(p0: java.util.Collection): boolean
|
||||
public method clear(): void
|
||||
public method contains(p0: int): boolean
|
||||
|
||||
Reference in New Issue
Block a user