Files
kotlin-fork/compiler/testData/codegen/light-analysis/bridges/genericProperty.txt
T

26 lines
674 B
Plaintext
Vendored

@kotlin.Metadata
public class A {
private field size: java.lang.Object
public method <init>(): void
public final method getSize(): java.lang.Object
public final method setSize(p0: java.lang.Object): void
}
@kotlin.Metadata
public final class B {
public method <init>(): void
public synthetic method getSize(): int
public synthetic method setSize(p0: int): void
}
@kotlin.Metadata
public interface C {
public abstract method getSize(): int
public abstract method setSize(p0: int): void
}
@kotlin.Metadata
public final class GenericPropertyKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}