Files
kotlin-fork/compiler/testData/lazyResolve/namespaceComparator/classObjectAnnotation.txt
T
2012-12-27 20:46:57 +04:00

14 lines
409 B
Plaintext

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