Fix test affected by InstantiationOfAnnotationClasses feature

This commit is contained in:
Mikhael Bogdanov
2021-07-26 11:53:41 +02:00
parent 1347ee8c7d
commit 4fe846fb81
6 changed files with 33 additions and 5 deletions
@@ -1,3 +1,4 @@
// !LANGUAGE: -InstantiationOfAnnotationClasses
annotation class Ann
annotation class Ann1(val a: Int)
annotation class Ann2(val a: Ann1)