mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
15 lines
806 B
Plaintext
Vendored
15 lines
806 B
Plaintext
Vendored
public final class ArrayConventionKt {
|
|
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
private final static method get(@org.jetbrains.annotations.NotNull p0: X, p1: java.lang.String): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
|
private final static method set(@org.jetbrains.annotations.NotNull p0: X, p1: java.lang.String, p2: java.lang.String): void
|
|
public final static method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
|
|
public final class X {
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
|
}
|