Files
kotlin-fork/compiler/testData/codegen/light-analysis/properties/primitiveOverrideDelegateAccessor.txt
T

31 lines
1.4 KiB
Plaintext
Vendored

public final class A {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final @org.jetbrains.annotations.NotNull field value$delegate: Holder
public method <init>(p0: int): void
public synthetic method getValue(): java.lang.Comparable
public @org.jetbrains.annotations.NotNull method getValue(): java.lang.Integer
public method setValue(p0: int): void
public synthetic method setValue(p0: java.lang.Comparable): void
}
public final class Holder {
private field value: int
public method <init>(p0: int): void
public final method getValue(): 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 setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
public final method setValue(p0: int): void
}
public final class PrimitiveOverrideDelegateAccessorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface R {
public abstract @org.jetbrains.annotations.NotNull method getValue(): java.lang.Comparable
public abstract method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.Comparable): void
}