25 lines
609 B
Plaintext
Vendored
25 lines
609 B
Plaintext
Vendored
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
|
|
}
|
|
|
|
|
|
public final class B {
|
|
public method <init>(): void
|
|
public synthetic method getSize(): int
|
|
public synthetic method setSize(p0: int): void
|
|
}
|
|
|
|
|
|
public interface C {
|
|
public abstract method getSize(): int
|
|
public abstract method setSize(p0: int): void
|
|
}
|
|
|
|
|
|
public final class GenericPropertyKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|