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

26 lines
1.1 KiB
Plaintext
Vendored

@kotlin.Metadata
public final class A {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final @org.jetbrains.annotations.NotNull field prop$delegate: A.Delegate
inner class A/Delegate
public method <init>(): void
public final method getProp(): int
public final method setProp(p0: int): void
}
@kotlin.Metadata
public final static class A/Delegate {
private field inner: int
inner class A/Delegate
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
}
@kotlin.Metadata
public final class DelegateAsInnerClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}