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