mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
18 lines
508 B
Plaintext
Vendored
18 lines
508 B
Plaintext
Vendored
public final class A {
|
|
inner class A/Nested
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
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
|
|
}
|
|
|
|
|
|
public final class NestedConstructorFromTopLevelNoArgsKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|