blob: 1be86af11349d0bd2c7685f53a939f64fa195637 [file]
// FIR_IDENTICAL
// RUN_PIPELINE_TILL: BACKEND
internal class IntrinsicType {
companion object {
const val PLUS = "PLUS"
}
}
annotation class Ann(val value: String)
@Ann(IntrinsicType.PLUS)
<!NOTHING_TO_INLINE!>inline<!> fun foo() {}
/* GENERATED_FIR_TAGS: annotationDeclaration, classDeclaration, companionObject, const, functionDeclaration, inline,
objectDeclaration, primaryConstructor, propertyDeclaration, stringLiteral */