20 lines
740 B
Plaintext
Vendored
20 lines
740 B
Plaintext
Vendored
public interface A {
|
|
public abstract method getX(): java.lang.Object
|
|
public abstract method setX(p0: java.lang.Object): void
|
|
}
|
|
|
|
|
|
public final class B {
|
|
private @org.jetbrains.annotations.NotNull field x: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public synthetic method getX(): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method getX(): java.lang.String
|
|
public method setX(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public synthetic method setX(p0: java.lang.Object): void
|
|
}
|
|
|
|
|
|
public final class PropertyInConstructorKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|