mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
package test
|
|
|
|
internal final annotation class Anno : jet.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|
|
|
|
test.Anno() internal final class X {
|
|
/*primary*/ public constructor X()
|
|
}
|