17 lines
470 B
Plaintext
Vendored
17 lines
470 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public abstract class A {
|
|
public method <init>(): void
|
|
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class AbstractClassMemberKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class B {
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|