mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
20 lines
460 B
Plaintext
Vendored
20 lines
460 B
Plaintext
Vendored
public final class A {
|
|
public final static field B: A.B
|
|
inner class A/B
|
|
public method <init>(): void
|
|
public final method a(): int
|
|
private final method getP(): int
|
|
}
|
|
|
|
|
|
public final static class A/B {
|
|
inner class A/B
|
|
private method <init>(): void
|
|
public final method getP(): int
|
|
}
|
|
|
|
|
|
public final class DefaultObjectSameNamesAsInOuterKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|