mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
17 lines
724 B
Plaintext
Vendored
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[]
|
|
}
|