[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,15 @@
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
// source: 'inInitBlock.kt'
|
||||
public method <init>(): void
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public method <init>(p0: int): void
|
||||
private final static method _init_$test$0$test(): void
|
||||
private final static method _init_$test$0(): void
|
||||
private final static method _init_$test$2$test$1(): void
|
||||
private final static method _init_$test$2(): void
|
||||
private final static method _init_$test$5(): void
|
||||
private final static method test$5$test$4(): void
|
||||
private final static method test$test$3(): void
|
||||
public final method test(): void
|
||||
}
|
||||
Reference in New Issue
Block a user