Files
kotlin-fork/compiler/testData/lazyResolve/namespaceComparator/UnresolvedAnnotationOnObject.txt
T
2013-09-11 12:01:32 +04:00

9 lines
249 B
Plaintext

package test
[ERROR : Unresolved annotation type]() internal val SomeObject: test.SomeObject
internal val some: test.SomeObject
[ERROR : Unresolved annotation type]() internal object SomeObject {
/*primary*/ private constructor SomeObject()
}