Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/localFunctions/inInitBlock.ir.txt
T
Dmitriy Novozhilov 6b343515e1 [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
2022-12-01 07:29:37 +00:00

16 lines
660 B
Plaintext
Vendored

@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
}