package test internal final class Some { /*primary*/ public constructor Some() test.Some.Default.TestAnnotation() internal default object Default { /*primary*/ private constructor Default() internal final annotation class TestAnnotation : kotlin.Annotation { /*primary*/ public constructor TestAnnotation() } } }