blob: ea5ec01a2d31ec6df8ff987f8b258022ae826abf [file]
// RUN_PIPELINE_TILL: FRONTEND
package myPack
annotation class Anno(val number: Int)
fun topLevelFun() {
class LocalClass {
val @receiver:Anno(<!ANNOTATION_ARGUMENT_MUST_BE_CONST, TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM!>42.prop<!>) Int.prop get() = 22
}
}
/* GENERATED_FIR_TAGS: annotationDeclaration, annotationUseSiteTargetReceiver, classDeclaration, functionDeclaration,
getter, integerLiteral, localClass, primaryConstructor, propertyDeclaration, propertyWithExtensionReceiver */