Files
kotlin-fork/compiler/testData/codegen/light-analysis/super/basicmethodSuperClass.txt
T

15 lines
499 B
Plaintext
Vendored

@kotlin.Metadata
public final class BasicmethodSuperClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public final class N {
public method <init>(): void
public method add(@org.jetbrains.annotations.NotNull p0: java.lang.Object): boolean
public method getSize(): int
public final method remove(p0: int): java.lang.Object
public method removeAt(p0: int): java.lang.Object
public final method size(): int
}