6 lines
207 B
Plaintext
Vendored
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()
|
|
}
|