mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
18 lines
569 B
Plaintext
Vendored
18 lines
569 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>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class NestedConstructorFromTopLevelOneStringArgKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|