mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
28 lines
839 B
Plaintext
Vendored
28 lines
839 B
Plaintext
Vendored
public final class ExtensionFunKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Outer {
|
|
inner class Outer/Inner
|
|
inner class Outer/Nested
|
|
public method <init>(): void
|
|
public final method bar(@org.jetbrains.annotations.NotNull p0: Outer.Nested): void
|
|
public final method baz(@org.jetbrains.annotations.NotNull p0: Outer): void
|
|
public final @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final method foo(@org.jetbrains.annotations.NotNull p0: Outer.Inner): void
|
|
}
|
|
|
|
|
|
public final class Outer/Inner {
|
|
synthetic final field this$0: Outer
|
|
inner class Outer/Inner
|
|
public method <init>(p0: Outer): void
|
|
}
|
|
|
|
|
|
public final static class Outer/Nested {
|
|
inner class Outer/Nested
|
|
public method <init>(): void
|
|
}
|