mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
15 lines
351 B
Plaintext
Vendored
15 lines
351 B
Plaintext
Vendored
package test
|
|
|
|
internal final class A {
|
|
/*primary*/ public constructor A()
|
|
|
|
kotlin.annotation.annotation() internal final class Anno : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|
|
}
|
|
|
|
test.A.Anno() internal final class B {
|
|
/*primary*/ public constructor B()
|
|
test.A.Anno() internal final fun f(): kotlin.Unit
|
|
}
|