Files
kotlin-fork/compiler/testData/lazyResolve/namespaceComparator/classObjectAnnotation.txt
T
Evgeny Gerashchenko 6ab081d969 Regenerated test data.
2012-12-27 20:46:58 +04:00

14 lines
407 B
Plaintext

package test
internal final class Some {
/*primary*/ public constructor Some()
[ERROR : Unresolved annotation type]() internal class object <class-object-for-Some> {
/*primary*/ private constructor <class-object-for-Some>()
internal final annotation class TestAnnotation : jet.Annotation {
/*primary*/ public constructor TestAnnotation()
}
}
}