[FIR] KT-57247: Expand typealiases in annotation vararg arguments
^KT-57247 Fixed
This commit is contained in:
committed by
Space Team
parent
5b0b7c4da4
commit
4b8471d806
@@ -0,0 +1,5 @@
|
||||
// FIR_IDENTICAL
|
||||
// ISSUE: KT-57247
|
||||
|
||||
typealias Aliased = String
|
||||
annotation class Tag(vararg val tags: Aliased) // K1: ok, K2: INVALID_TYPE_OF_ANNOTATION_MEMBER
|
||||
Reference in New Issue
Block a user