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

6 lines
124 B
Plaintext

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