blob: 5d375984cef0cf492664c9022053d67d2cc37596 [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
package test
annotation class A(val a: Int = 12, val b: String = "Test", val c: String)
@A(a = 12, c = "Hello")
object SomeObject
/* GENERATED_FIR_TAGS: annotationDeclaration, integerLiteral, objectDeclaration, primaryConstructor, propertyDeclaration,
stringLiteral */