mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
18 lines
449 B
Plaintext
Vendored
18 lines
449 B
Plaintext
Vendored
public final class InnerSimpleKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Outer {
|
|
inner class Outer/Inner
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class Outer/Inner {
|
|
synthetic final field this$0: Outer
|
|
inner class Outer/Inner
|
|
public method <init>(p0: Outer): void
|
|
public final @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|