blob: a749f2de153d562d5aa20a3b7190205fa77fddc8 [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
@Target(AnnotationTarget.TYPE)
annotation class My
fun foo() {
for (i: @My Int in 0..41) {
if (i == 13) return
}
}
/* GENERATED_FIR_TAGS: annotationDeclaration, equalityExpression, forLoop, functionDeclaration, ifExpression,
integerLiteral, localProperty, propertyDeclaration, rangeExpression */