Files
kotlin/compiler/testData/codegen/light-analysis/toArray/toArrayShouldBePublicWithJava.txt

17 lines
724 B
Plaintext
Vendored

@kotlin.Metadata
public final class BoxKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public class test/SingletonCollection {
private final field size: int
private final field value: java.lang.Object
public method <init>(p0: java.lang.Object): void
public method getSize(): int
public final method getValue(): java.lang.Object
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
public @org.jetbrains.annotations.NotNull method toArray(): java.lang.Object[]
public @org.jetbrains.annotations.NotNull method toArray(@org.jetbrains.annotations.NotNull p0: java.lang.Object[]): java.lang.Object[]
}