package test

[ERROR : Unresolved annotation type: BadAnnotation]() internal val SomeObject: test.SomeObject
internal val some: test.SomeObject

[ERROR : Unresolved annotation type: BadAnnotation]() internal object SomeObject {
    /*primary*/ private constructor SomeObject()
}
