Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/sam/severalProxyFunsInInit.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

22 lines
800 B
Plaintext
Vendored

@kotlin.Metadata
public final class C$Companion {
// source: 'test.kt'
private method <init>(): void
public synthetic method <init>(p0: kotlin.jvm.internal.DefaultConstructorMarker): void
private synthetic final static method x1$_init___proxy(): C
public final method x1(): void
private synthetic final static method x2$_init___proxy$0(): C
public final method x2(): void
public final inner class C$Companion
}
@kotlin.Metadata
public final class C {
// source: 'test.kt'
public final static @org.jetbrains.annotations.NotNull field Companion: C$Companion
static method <clinit>(): void
private method <init>(): void
public synthetic method <init>(p0: kotlin.jvm.internal.DefaultConstructorMarker): void
public final inner class C$Companion
}