mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
26 lines
691 B
Plaintext
Vendored
26 lines
691 B
Plaintext
Vendored
package test
|
|
|
|
public final class A {
|
|
/*primary*/ public constructor A()
|
|
|
|
public companion object Companion {
|
|
/*primary*/ private constructor Companion()
|
|
|
|
kotlin.annotation.annotation() public final class Anno1 : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno1()
|
|
}
|
|
|
|
public final class B {
|
|
/*primary*/ public constructor B()
|
|
|
|
kotlin.annotation.annotation() public final class Anno2 : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno2()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
test.A.Companion.Anno1() test.A.Companion.B.Anno2() public final class C {
|
|
/*primary*/ public constructor C()
|
|
}
|