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:
Alexander Udalov
2023-11-01 16:19:42 +01:00
committed by Space Team
parent 1cf04916d6
commit 968dfddbc9
348 changed files with 865 additions and 9800 deletions
@@ -8,10 +8,7 @@ public abstract class ObservableMutableMap {
// source: 'observableMutableMap.kt'
public method <init>(): void
public method clear(): void
public abstract method containsKey(p0: java.lang.Object): boolean
public abstract method containsValue(p0: java.lang.Object): boolean
public bridge final method entrySet(): java.util.Set
public abstract method get(p0: java.lang.Object): java.lang.Object
public abstract method getEntries(): java.util.Set
public abstract method getKeys(): java.util.Set
public abstract method getSize(): int
@@ -22,4 +19,5 @@ public abstract class ObservableMutableMap {
public final @org.jetbrains.annotations.Nullable 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
}