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

24 lines
983 B
Plaintext
Vendored

public final class B {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final field value$delegate: Delegate
public method <init>(): void
private final method getValue(): int
private final method setValue(p0: int): void
public final method test(): void
}
public final class CapturePropertyInClosureKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Delegate {
private field inner: int
public method <init>(): void
public final method getInner(): int
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
public final method setInner(p0: int): void
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
}