[FIR] add missed scope for annotations on property receiver, typealias and init and dangling list
Also, we shouldn't transform type alias during the implicit type phase ^KT-63042 ^KT-63832 Fixed
This commit is contained in:
committed by
Space Team
parent
aaaf35fcb8
commit
98e12b0d7b
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
@Target(AnnotationTarget.TYPE, AnnotationTarget.TYPEALIAS, AnnotationTarget.TYPE_PARAMETER)
|
||||
annotation class Anno(val position: String)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user