mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
19 lines
490 B
Plaintext
Vendored
19 lines
490 B
Plaintext
Vendored
public final class NestedGenericKt {
|
|
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 {
|
|
private final field t: java.lang.Object
|
|
inner class Outer/Nested
|
|
public method <init>(p0: java.lang.Object): void
|
|
public final method box(): java.lang.Object
|
|
public final method getT(): java.lang.Object
|
|
}
|