[Test] Save IR bytecode dumps from BytecodeListingHandler to .ir.txt file instead of _ir.txt
This is needed to keep consistency with other dumps and to allow test helper plugin to recognize those dumps
This commit is contained in:
committed by
Space Team
parent
246dc985a6
commit
6b343515e1
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class MindMap {
|
||||
// source: 'abstractMapRedefiningGetAny.kt'
|
||||
public method <init>(): void
|
||||
public abstract method containsKey(p0: int): boolean
|
||||
public bridge final method containsKey(p0: java.lang.Object): boolean
|
||||
public bridge final method containsValue(p0: java.lang.Object): boolean
|
||||
public abstract method containsValue(p0: java.lang.String): boolean
|
||||
public bridge final method entrySet(): java.util.Set
|
||||
public final @org.jetbrains.annotations.Nullable method get(@org.jetbrains.annotations.Nullable p0: java.lang.Object): java.lang.String
|
||||
public abstract method get(p0: int): java.lang.String
|
||||
public synthetic bridge final 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
|
||||
public abstract method getValues(): java.util.Collection
|
||||
public bridge final method keySet(): java.util.Set
|
||||
public abstract method remove(p0: int): java.lang.String
|
||||
public synthetic bridge final method remove(p0: java.lang.Object): java.lang.Object
|
||||
public bridge final method remove(p0: java.lang.Object): java.lang.String
|
||||
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