blob: 16258ee7e19ab15b40021db806ffe97beb6d6958 [file]
// RUN_PIPELINE_TILL: FRONTEND
annotation class Anno(val position: String)
fun foo() {
class OriginalClass {
val prop = 0
@Anno(<!NON_CONST_VAL_USED_IN_CONSTANT_EXPRESSION!>"dangling $prop"<!>)<!SYNTAX!><!>
}
}
/* GENERATED_FIR_TAGS: annotationDeclaration, classDeclaration, functionDeclaration, integerLiteral, localClass,
primaryConstructor, propertyDeclaration, stringLiteral */