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

26 lines
749 B
Plaintext
Vendored

@kotlin.Metadata
public final class A$b$1 {
// source: 'kt43217.kt'
enclosing method A.<init>()V
inner (anonymous) class A$b$1
method <init>(): void
public @org.jetbrains.annotations.NotNull method get(): java.lang.Double
public synthetic bridge method get(): java.lang.Object
}
@kotlin.Metadata
public final class A {
// source: 'kt43217.kt'
private final @org.jetbrains.annotations.NotNull field b: A$b$1
inner (anonymous) class A$b$1
public method <init>(): void
}
@kotlin.Metadata
public final class C {
// source: 'kt43217.kt'
public method <init>(): void
public @org.jetbrains.annotations.NotNull method get(): java.lang.Double
public synthetic bridge method get(): java.lang.Object
}