[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
+18
@@ -0,0 +1,18 @@
|
||||
@kotlin.Metadata
|
||||
synthetic final class<null> TKt$genericSam$1 {
|
||||
// source: 't.kt'
|
||||
public final <()TT;> method get(): java.lang.Object
|
||||
static <null> method <clinit>(): void
|
||||
<null> method <init>(): void
|
||||
enclosing method TKt.genericSam()Ljava/lang/Object;
|
||||
public final static field <null> INSTANCE: TKt$genericSam$1
|
||||
inner (anonymous) class TKt$genericSam$1
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class<null> TKt {
|
||||
// source: 't.kt'
|
||||
public final static <<T:Ljava/lang/Object;>()TT;> method foo(): java.lang.Object
|
||||
public final static <<T:Ljava/lang/Object;>()TT;> method genericSam(): java.lang.Object
|
||||
inner (anonymous) class TKt$genericSam$1
|
||||
}
|
||||
Reference in New Issue
Block a user