14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
namespace test
|
|
|
|
internal final class Some {
|
|
/*primary*/ public constructor Some()
|
|
|
|
[ERROR : Unresolved annotation type]() internal class object <class-object-for-Some> {
|
|
/*primary*/ private constructor <class-object-for-Some>()
|
|
|
|
internal final annotation class TestAnnotation : jet.Annotation {
|
|
/*primary*/ public constructor TestAnnotation()
|
|
}
|
|
}
|
|
}
|