mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
20 lines
594 B
Plaintext
Vendored
20 lines
594 B
Plaintext
Vendored
public final class Outer {
|
|
private final @org.jetbrains.annotations.NotNull field x: Outer.Inner
|
|
inner class Outer/Inner
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getX(): Outer.Inner
|
|
}
|
|
|
|
|
|
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 getOuter(): Outer
|
|
}
|
|
|
|
|
|
public final class OuterThisKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|