mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
19 lines
580 B
Plaintext
Vendored
19 lines
580 B
Plaintext
Vendored
public final class AnonymousInitializerInClassObjectKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Foo {
|
|
public final static field Companion: Foo.Companion
|
|
private final static @org.jetbrains.annotations.NotNull field bar: java.lang.String
|
|
inner class Foo/Companion
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final static class Foo/Companion {
|
|
inner class Foo/Companion
|
|
private method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
|
|
}
|