8 lines
199 B
Kotlin
Vendored
8 lines
199 B
Kotlin
Vendored
// KT-9145
|
|
|
|
@Target(AnnotationTarget.CLASS)
|
|
annotation class Ann
|
|
|
|
var x: Int
|
|
get() = 1
|
|
set(<!WRONG_ANNOTATION_TARGET!>@Ann<!> <!WRONG_MODIFIER_TARGET!>private<!> <!UNUSED_PARAMETER!>x<!>) { } |