mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
26 lines
680 B
Plaintext
Vendored
26 lines
680 B
Plaintext
Vendored
public class A {
|
|
public final static field Companion: A.Companion
|
|
inner class A/B
|
|
inner class A/Companion
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final static class A/B {
|
|
inner class A/B
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
|
}
|
|
|
|
|
|
public final static class A/Companion {
|
|
inner class A/Companion
|
|
private method <init>(): void
|
|
protected final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class NestedDerivedClassCallsProtectedFromCompanionKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|