package test

public final class Some {
    /*primary*/ public constructor Some()

    public companion object Companion {
        /*primary*/ private constructor Companion()

        public final annotation class TestAnnotation : kotlin.Annotation {
            /*primary*/ public constructor TestAnnotation()
        }
    }
}
