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

20 lines
722 B
Plaintext
Vendored

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
}
public final class PrimitiveOverrideDefaultAccessorKt {
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
}