blob: b684abb6d90066f4137e2a81bb78a3c4e8195159 [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
package myPack
annotation class Anno(val number: Int)
fun @receiver:Anno(<!ANNOTATION_ARGUMENT_MUST_BE_CONST!>42.function()<!>) Int.function() = 1
/* GENERATED_FIR_TAGS: annotationDeclaration, annotationUseSiteTargetReceiver, funWithExtensionReceiver,
functionDeclaration, integerLiteral, primaryConstructor, propertyDeclaration */