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

14 lines
466 B
Plaintext
Vendored

public final class BasicmethodSuperClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
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
}