Files
kotlin/compiler/testData/loadJava/annotation/AnnotatedAnnotation.txt
Evgeny Gerashchenko 6ab081d969 Regenerated test data.
2012-12-27 20:46:58 +04:00

6 lines
157 B
Plaintext

package test
test.AnnotatedAnnotation() public final annotation class AnnotatedAnnotation : jet.Annotation {
public constructor AnnotatedAnnotation()
}