mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
21 lines
722 B
Plaintext
Vendored
21 lines
722 B
Plaintext
Vendored
public final class InnerClassKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Outer {
|
|
private final @org.jetbrains.annotations.NotNull field foo: java.lang.StringBuilder
|
|
inner class Outer/Inner
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.StringBuilder): void
|
|
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.StringBuilder
|
|
public final @org.jetbrains.annotations.NotNull method test(): 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 method len(): int
|
|
}
|