blob: 0f7b7b9458b0717961d1e59fa09a2b3d489433d9 [file]
// RUN_PIPELINE_TILL: BACKEND
// LANGUAGE: +ContextReceivers
// ISSUE: KT-72863
@Target(AnnotationTarget.TYPE)
annotation class Anno(val position: String)
context(List<@Anno("context receiver type $prop") Int>)
val property: Int get() = 0
const val prop = "str"
/* GENERATED_FIR_TAGS: annotationDeclaration, const, getter, integerLiteral, primaryConstructor, propertyDeclaration,
propertyDeclarationWithContext, stringLiteral */