PSI2IR: don't generate annotations on init block (related to KT-48687)

This commit is contained in:
Mikhail Glukhikh
2021-09-09 16:04:52 +03:00
parent 457a6f4e9d
commit f397553e94
6 changed files with 4 additions and 63 deletions
@@ -11,7 +11,6 @@ class My {
}
@SomeAnn
init {
val x: Int = 1
}