mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
21 lines
498 B
Plaintext
Vendored
21 lines
498 B
Plaintext
Vendored
public final class A {
|
|
inner class A/Nested
|
|
public method <init>(): void
|
|
public final method result(): int
|
|
}
|
|
|
|
|
|
public final static class A/Nested {
|
|
private final field k: int
|
|
private final field o: int
|
|
inner class A/Nested
|
|
public method <init>(): void
|
|
public final method getK(): int
|
|
public final method getO(): int
|
|
}
|
|
|
|
|
|
public final class NestedConstructorFromClassKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|