Files
kotlin-fork/compiler/testData/lazyResolve/namespaceComparator/UnresolvedAnnotationOnObject.txt
T

9 lines
279 B
Plaintext

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()
}