Files
kotlin-fork/compiler/testData/codegen/light-analysis/callableReference/property/delegated.txt
T

23 lines
962 B
Plaintext
Vendored

@kotlin.Metadata
public final class A {
synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final @org.jetbrains.annotations.NotNull field two$delegate: NumberDecrypter
public method <init>(): void
public final method getTwo(): int
}
@kotlin.Metadata
public final class DelegatedKt {
synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final static @org.jetbrains.annotations.NotNull field four$delegate: NumberDecrypter
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method getFour(): int
}
@kotlin.Metadata
public final class NumberDecrypter {
public final static field INSTANCE: NumberDecrypter
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
}