mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
18 lines
418 B
Plaintext
18 lines
418 B
Plaintext
package test
|
|
|
|
internal final annotation class A1 : kotlin.Annotation {
|
|
/*primary*/ public constructor A1()
|
|
}
|
|
|
|
internal final annotation class A2 : kotlin.Annotation {
|
|
/*primary*/ public constructor A2()
|
|
}
|
|
|
|
internal final annotation class A3 : kotlin.Annotation {
|
|
/*primary*/ public constructor A3()
|
|
}
|
|
|
|
test.A1() test.A2() test.A3() internal final class Class {
|
|
/*primary*/ public constructor Class()
|
|
}
|