Files
kotlin-fork/compiler/testData/compileJavaAgainstKotlin/targets/property.txt
T
2015-09-07 13:42:26 +03:00

6 lines
204 B
Plaintext
Vendored

package test
kotlin.annotation.Target(allowedTargets = {AnnotationTarget.PROPERTY}) kotlin.annotation.annotation() internal final class property : kotlin.Annotation {
public constructor property()
}