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

21 lines
771 B
Plaintext
Vendored

@kotlin.Metadata
public final class A {
private field value: int
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 PrimitiveOverrideDefaultAccessorKt {
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
}