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