blob: b8fdc9d338612699130d56317489b9b41c2c0a7c [file]
annotation class Anno(val position: String)
fun foo() {
class MyClass {
val prop = 0
<!WRONG_ANNOTATION_TARGET!>@Anno(<!NON_CONST_VAL_USED_IN_CONSTANT_EXPRESSION!>"init $prop"<!>)<!> init {
}
}
}