Files
kotlin-fork/compiler/testData/compileJavaAgainstKotlin/targets/getter.txt
T

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()
}