mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
15 lines
331 B
Plaintext
15 lines
331 B
Plaintext
package test
|
|
|
|
internal final class A {
|
|
/*primary*/ public constructor A()
|
|
|
|
internal final annotation 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
|
|
}
|