Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/classes/Retention.txt
2015-10-19 20:45:01 +03:00

6 lines
181 B
Plaintext
Vendored

package test
@kotlin.annotation.Retention(value = AnnotationRetention.RUNTIME) public final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}