[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
+31
@@ -0,0 +1,31 @@
|
||||
@kotlin.Metadata
|
||||
public final class _2Kt$box$$inlined$complicatedCast$1 {
|
||||
// source: '2.kt'
|
||||
enclosing method _2Kt.box()Ljava/lang/String;
|
||||
inner (anonymous) class _2Kt$box$$inlined$complicatedCast$1
|
||||
public method <init>(): void
|
||||
public final method f(@org.jetbrains.annotations.Nullable p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class _2Kt$complicatedCast$1$1 {
|
||||
// source: '2.kt'
|
||||
enclosing method _2Kt.complicatedCast(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
inner (anonymous) class _2Kt$complicatedCast$1$1
|
||||
public method <init>(): void
|
||||
public final method f(@org.jetbrains.annotations.Nullable p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class _2Kt {
|
||||
// source: '2.kt'
|
||||
inner (anonymous) class _2Kt$complicatedCast$1$1
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public synthetic final static method complicatedCast(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class test/_1Kt {
|
||||
// source: '1.kt'
|
||||
public final static method myRun(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Object
|
||||
}
|
||||
Reference in New Issue
Block a user