FIR IDE: resolve arrayOf calls in annotations
This commit is contained in:
committed by
Ilya Kirillov
parent
068e81570d
commit
35409fdb8d
+4
@@ -0,0 +1,4 @@
|
||||
annotation class RequiresPermission(val anyOf: IntArray)
|
||||
|
||||
@RequiresPermission(anyOf = <expr>arrayOf(1, 2, 3)</expr>)
|
||||
fun foo(): Int = 5
|
||||
Reference in New Issue
Block a user