mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
20 lines
603 B
Plaintext
Vendored
20 lines
603 B
Plaintext
Vendored
public final class CreatedNestedInOuterMemberKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static method foo(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): int
|
|
}
|
|
|
|
|
|
public final class Outer {
|
|
inner class Outer/Nested
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
|
}
|
|
|
|
|
|
public final static class Outer/Nested {
|
|
private final field y: int
|
|
inner class Outer/Nested
|
|
public method <init>(): void
|
|
public final method getY(): int
|
|
}
|