21 lines
727 B
Plaintext
Vendored
21 lines
727 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public interface A {
|
|
public abstract method getV(): java.lang.Object
|
|
public abstract method setV(p0: java.lang.Object): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class B {
|
|
private @org.jetbrains.annotations.NotNull field v: java.lang.String
|
|
public method <init>(): void
|
|
public synthetic method getV(): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method getV(): java.lang.String
|
|
public method setV(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public synthetic method setV(p0: java.lang.Object): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class PropertySetterKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|