[FIR] Complete types of array literals in annotations

This commit is contained in:
Dmitriy Novozhilov
2020-09-11 10:48:26 +03:00
parent fbe964c074
commit 3b941a8f43
5 changed files with 43 additions and 0 deletions
@@ -0,0 +1,4 @@
annotation class Ann(vararg val strings: String)
@Ann(strings = ["hello"])
class A