mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 00:21:34 +00:00
20 lines
530 B
Plaintext
Vendored
20 lines
530 B
Plaintext
Vendored
public final class InnerGenericKt {
|
|
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 {
|
|
private final field t: java.lang.Object
|
|
synthetic final field this$0: Outer
|
|
inner class Outer/Inner
|
|
public method <init>(p0: Outer, p1: java.lang.Object): void
|
|
public final method box(): java.lang.Object
|
|
public final method getT(): java.lang.Object
|
|
}
|