mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
16 lines
693 B
Plaintext
Vendored
16 lines
693 B
Plaintext
Vendored
public final class ObjectExtendsClassVarargKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public class SomeClass {
|
|
private final @org.jetbrains.annotations.NotNull field args: java.lang.String[]
|
|
private final field other: int
|
|
private final field some: double
|
|
public method <init>(p0: double, p1: int, @org.jetbrains.annotations.NotNull p2: java.lang.String[]): void
|
|
public final @org.jetbrains.annotations.NotNull method getArgs(): java.lang.String[]
|
|
public final method getOther(): int
|
|
public final method getSome(): double
|
|
public final @org.jetbrains.annotations.NotNull method result(): java.lang.String
|
|
}
|