d24ebf711b
#KT-16441 Fixed
32 lines
1.4 KiB
Plaintext
Vendored
32 lines
1.4 KiB
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class A {
|
|
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
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
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
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class PrimitiveOverrideDelegateAccessorKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
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
|
|
}
|