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
+1
-3
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user