41 lines
1.5 KiB
Plaintext
Vendored
41 lines
1.5 KiB
Plaintext
Vendored
@kotlin.Metadata
|
|
public interface A {
|
|
inner class A/DefaultImpls
|
|
public abstract @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
|
public abstract method setFoo(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class A/DefaultImpls {
|
|
inner class A/DefaultImpls
|
|
public static @org.jetbrains.annotations.NotNull method getFoo(p0: A): java.lang.String
|
|
public static method setFoo(@org.jetbrains.annotations.NotNull p0: A, p1: java.lang.String): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public interface B {
|
|
inner class B/DefaultImpls
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class B/DefaultImpls {
|
|
inner class B/DefaultImpls
|
|
public static @org.jetbrains.annotations.NotNull method getFoo(p0: B): java.lang.String
|
|
public static method setFoo(@org.jetbrains.annotations.NotNull p0: B, p1: java.lang.String): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class C {
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
|
public method setFoo(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Kt5393_propertyKt {
|
|
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
|
public final static method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|