Files
kotlin/compiler/testData/compileJavaAgainstKotlin/targets/constructor.txt
2015-10-19 20:45:01 +03:00

6 lines
192 B
Plaintext
Vendored

package test
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CONSTRUCTOR}) public final annotation class constructor : kotlin.Annotation {
public constructor constructor()
}