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