blob: 835810c23573e9ca757e4ec3b8b43efddff21f1b [file]
// RUN_PIPELINE_TILL: FRONTEND
package test
@BadAnnotation(<!CONSTANT_EXPECTED_TYPE_MISMATCH!>1<!>)
object SomeObject
val some = SomeObject
annotation class BadAnnotation(val s: String)
/* GENERATED_FIR_TAGS: annotationDeclaration, integerLiteral, objectDeclaration, primaryConstructor, propertyDeclaration */