mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
19 lines
557 B
Plaintext
Vendored
19 lines
557 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class A {
|
|
inner class A/Nested
|
|
public method <init>(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final static class A/Nested {
|
|
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
|
inner class A/Nested
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class NestedConstructorFromTopLevelNoArgsKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|