Files
kotlin-fork/compiler/testData/codegen/light-analysis/delegatedProperty/propertyMetadataShouldBeCached.txt
T

56 lines
3.2 KiB
Plaintext
Vendored

@kotlin.Metadata
public final class A {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
public final static field Companion: A.Companion
private final static @org.jetbrains.annotations.Nullable field bar$delegate: AnyHandler
private final @org.jetbrains.annotations.NotNull field foo$delegate: IntHandler
inner class A/Companion
public method <init>(): void
public final method getFoo(): int
public final method setFoo(p0: int): void
}
@kotlin.Metadata
public final static class A/Companion {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
inner class A/Companion
private method <init>(): void
public final @org.jetbrains.annotations.Nullable method getBar(): java.lang.Object
public final method setBar(@org.jetbrains.annotations.Nullable p0: java.lang.Object): void
}
@kotlin.Metadata
public final class AnyHandler {
public final static field INSTANCE: AnyHandler
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.Object
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.Object): void
}
@kotlin.Metadata
public final class IntHandler {
public final static field INSTANCE: IntHandler
private method <init>(): void
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
}
@kotlin.Metadata
public final class PropertyMetadataShouldBeCachedKt {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final static @org.jetbrains.annotations.NotNull field baz$delegate: StringHandler
private final static @org.jetbrains.annotations.NotNull field metadatas: java.util.IdentityHashMap
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getBaz(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getMetadatas(): java.util.IdentityHashMap
public final static @org.jetbrains.annotations.Nullable method record(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KProperty): kotlin.Unit
}
@kotlin.Metadata
public final class StringHandler {
public final static field INSTANCE: StringHandler
private method <init>(): void
public final @org.jetbrains.annotations.NotNull 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.NotNull p2: java.lang.String): void
}