annotation class RequiresPermission(val anyOf: IntArray) @RequiresPermission(anyOf = arrayOf(1, 2, 3)) fun foo(): Int = 5