[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
+28
@@ -0,0 +1,28 @@
|
||||
@kotlin.Metadata
|
||||
public final class DelegateToSingletonKt {
|
||||
// source: 'delegateToSingleton.kt'
|
||||
public final static @org.jetbrains.annotations.Nullable method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class O {
|
||||
// source: 'delegateToSingleton.kt'
|
||||
synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
public final static @org.jetbrains.annotations.NotNull field INSTANCE: O
|
||||
static method <clinit>(): void
|
||||
private method <init>(): void
|
||||
private static method getS$delegate(p0: O): java.lang.Object
|
||||
public final @org.jetbrains.annotations.Nullable method getS(): java.lang.String
|
||||
public final method setS(@org.jetbrains.annotations.Nullable p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Store {
|
||||
// source: 'delegateToSingleton.kt'
|
||||
public final static @org.jetbrains.annotations.NotNull field INSTANCE: Store
|
||||
private final static @org.jetbrains.annotations.NotNull field map: java.util.Map
|
||||
static method <clinit>(): void
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.Nullable method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.String
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, @org.jetbrains.annotations.Nullable p2: java.lang.String): void
|
||||
}
|
||||
Reference in New Issue
Block a user