[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:
Dmitrii Gridin
2023-11-27 15:01:57 +01:00
committed by Space Team
parent aaaf35fcb8
commit 98e12b0d7b
14 changed files with 69 additions and 63 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
@Target(AnnotationTarget.TYPE, AnnotationTarget.TYPEALIAS, AnnotationTarget.TYPE_PARAMETER)
annotation class Anno(val position: String)