We need to clean these up since primitive array `is` checks work now (cherry picked from commit b413e9ef51606c51ebfb21bd7ff646b0fb75470a)
is
The <Type>Array.iterator used to lack next<Type>() method (KT-16626). The -Xtypedarray compiler key enables translation of primitive arrays to TypedArrays, and primitive array`is`-checks (KT-15358, KT-14007, KT-14614, KT-16056).
#KT-7288 Fixed