mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
20 lines
623 B
Plaintext
Vendored
20 lines
623 B
Plaintext
Vendored
public final class CaptureOuterKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Outer {
|
|
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
|
inner class Outer/Inner
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
|
}
|
|
|
|
|
|
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 foo(): java.lang.String
|
|
}
|