// FIR_IDENTICAL annotation class Ann(vararg val i: Boolean) fun foo() { val bool1 = true @Ann(bool1) val a = bool1 }