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

6 lines
207 B
Plaintext
Vendored

package test
kotlin.annotation.target(allowedTargets = {AnnotationTarget.PROPERTY_SETTER}) kotlin.annotation.annotation() internal final class setter : kotlin.Annotation {
public constructor setter()
}