mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
24 lines
967 B
Plaintext
Vendored
24 lines
967 B
Plaintext
Vendored
public final class A {
|
|
public final static field Companion: A.Companion
|
|
private static @org.jetbrains.annotations.NotNull field z: java.lang.String
|
|
inner class A/Companion
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final static class A/Companion {
|
|
inner class A/Companion
|
|
private method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
|
|
public final method patchResult(): void
|
|
public final method setZ(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
|
|
public final class InitializationOrderKt {
|
|
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
|
public final static method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|