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

6 lines
207 B
Plaintext
Vendored

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