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

25 lines
1.1 KiB
Plaintext
Vendored

public final class A {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final field i: int
private final @org.jetbrains.annotations.NotNull field prop$delegate: Delegate
public method <init>(p0: int): void
public final method foo(): int
public final method getI(): int
public final method getProp(): int
}
public final class Delegate {
private final @org.jetbrains.annotations.NotNull field f: kotlin.jvm.functions.Function1
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): void
public final @org.jetbrains.annotations.NotNull method getF(): kotlin.jvm.functions.Function1
public final method getValue(p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
}
public final class TwoPropByOneDelegeteKt {
private final static @org.jetbrains.annotations.NotNull field p: Delegate
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getP(): Delegate
}