23 lines
864 B
Plaintext
Vendored
23 lines
864 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public abstract class A {
|
|
public method <init>(): void
|
|
public abstract method remove(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class AbstractMemberKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class B {
|
|
private @org.jetbrains.annotations.NotNull field result: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
|
public method hasNext(): boolean
|
|
public synthetic method next(): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method next(): java.lang.String
|
|
public method remove(): void
|
|
public final method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|