28 lines
776 B
Plaintext
Vendored
28 lines
776 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public class A {
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
|
public method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class B {
|
|
public method <init>(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class C {
|
|
public method <init>(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class PropertySetterKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public interface T {
|
|
public abstract @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
|
public abstract method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|