mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
19 lines
436 B
Plaintext
Vendored
19 lines
436 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class C {
|
|
public final static field Foo: C.Foo
|
|
inner class C/Foo
|
|
public method <init>(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final static class C/Foo {
|
|
inner class C/Foo
|
|
private method <init>(): void
|
|
public final method create(): int
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class NamedClassObjectKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|