Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/classes/Retention.txt
T
2015-07-14 16:25:08 +03:00

6 lines
176 B
Plaintext
Vendored

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