mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
17 lines
411 B
Plaintext
Vendored
17 lines
411 B
Plaintext
Vendored
public final class NestedSimpleKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Outer {
|
|
inner class Outer/Nested
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final static class Outer/Nested {
|
|
inner class Outer/Nested
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|