FIR IDE: resolve arrayOf calls in annotations

This commit is contained in:
Jinseong Jeon
2021-09-14 10:21:10 -07:00
committed by Ilya Kirillov
parent 068e81570d
commit 35409fdb8d
8 changed files with 135 additions and 56 deletions
@@ -0,0 +1,4 @@
annotation class RequiresPermission(val anyOf: IntArray)
@RequiresPermission(anyOf = <expr>arrayOf(1, 2, 3)</expr>)
fun foo(): Int = 5