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

12 lines
341 B
Plaintext

package test
internal val some: test.SomeObject
[ERROR : Unresolved annotation type: BadAnnotation]() internal object SomeObject {
/*primary*/ private constructor SomeObject()
public class object <class-object-for-SomeObject> : test.SomeObject {
/*primary*/ private constructor <class-object-for-SomeObject>()
}
}