[FIR] Ensure KT-65581 is non-reproducible

It seems it was briefly introduced at
and then present at `2.0.0-dev-14408`,
but no longer is at `2.0.0-dev-16490`

^KT-65581 Obsolete
This commit is contained in:
Nikolay Lunyak
2024-02-22 14:02:56 +02:00
committed by Space Team
parent 1e388ad7dc
commit 35b172c40f
6 changed files with 35 additions and 0 deletions
@@ -0,0 +1,5 @@
// FIR_IDENTICAL
// ISSUE: KT-65581
typealias Aliased = Int
annotation class Tag(vararg val tags: Aliased)