Files
kotlin-fork/compiler/testData/codegen/box/delegatedProperty/delegateToSingleton/delegateToSingleton.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

29 lines
1.5 KiB
Plaintext
Vendored

@kotlin.Metadata
public final class DelegateToSingletonKt {
// source: 'delegateToSingleton.kt'
public final static @org.jetbrains.annotations.Nullable method box(): java.lang.String
}
@kotlin.Metadata
public final class O {
// source: 'delegateToSingleton.kt'
synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
public final static @org.jetbrains.annotations.NotNull field INSTANCE: O
static method <clinit>(): void
private method <init>(): void
private static method getS$delegate(p0: O): java.lang.Object
public final @org.jetbrains.annotations.Nullable method getS(): java.lang.String
public final method setS(@org.jetbrains.annotations.Nullable p0: java.lang.String): void
}
@kotlin.Metadata
public final class Store {
// source: 'delegateToSingleton.kt'
public final static @org.jetbrains.annotations.NotNull field INSTANCE: Store
private final static @org.jetbrains.annotations.NotNull field map: java.util.Map
static method <clinit>(): void
private method <init>(): void
public final @org.jetbrains.annotations.Nullable method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.String
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, @org.jetbrains.annotations.Nullable p2: java.lang.String): void
}