[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
@@ -0,0 +1,31 @@
|
||||
@kotlin.Metadata
|
||||
final class<<IN:Ljava/lang/Object;KEY:Ljava/lang/Object;>Ljava/lang/Object;LKeySelector;> TKt$main$1 {
|
||||
// source: 't.kt'
|
||||
static <null> method <clinit>(): void
|
||||
<null> method <init>(): void
|
||||
public final <null> method getKey(p0: java.lang.Integer): java.lang.Long
|
||||
public synthetic bridge <null> method getKey(p0: java.lang.Object): java.lang.Object
|
||||
enclosing method TKt.main(LDataStream;)V
|
||||
public final static field <LTKt$main$1<TIN;TKEY;>;> INSTANCE: TKt$main$1
|
||||
inner (anonymous) class TKt$main$1
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
final class<<IN:Ljava/lang/Object;KEY:Ljava/lang/Object;>Ljava/lang/Object;LKeySelector;> TKt$main$2 {
|
||||
// source: 't.kt'
|
||||
static <null> method <clinit>(): void
|
||||
<null> method <init>(): void
|
||||
public final <null> method getKey(p0: java.lang.Integer): java.lang.Long
|
||||
public synthetic bridge <null> method getKey(p0: java.lang.Object): java.lang.Object
|
||||
enclosing method TKt.main(LDataStream;)V
|
||||
public final static field <LTKt$main$2<TIN;TKEY;>;> INSTANCE: TKt$main$2
|
||||
inner (anonymous) class TKt$main$2
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class<null> TKt {
|
||||
// source: 't.kt'
|
||||
public final static <(LDataStream<Ljava/lang/Integer;>;)V> method main(@org.jetbrains.annotations.NotNull p0: DataStream): void
|
||||
inner (anonymous) class TKt$main$1
|
||||
inner (anonymous) class TKt$main$2
|
||||
}
|
||||
Reference in New Issue
Block a user