[LL] ensure FirConstExpression's annotations are not lost (KTIJ-23968)

This commit is contained in:
Anna Kozlova
2022-12-15 11:26:22 +01:00
committed by Space Team
parent cc53671395
commit a529f8510d
11 changed files with 54 additions and 0 deletions
@@ -0,0 +1,3 @@
fun x() {
val y = @Sup<caret>press("") ""
}
@@ -0,0 +1,2 @@
Resolved to:
0: (in kotlin.Suppress) constructor(vararg names: kotlin.String)