blob: 1be7f00bb5a3405cbdac979033e793997e138ec5 [file]
@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[]
}