// "Suppress 'USELESS_CAST' for statement " "true" fun foo() { val arr = IntArray(1) arr[1 as Int]++ }