E0066

E0066#

Warning name: prefer_fixed_array

Suggest FixedArray for mutated array literal.

This warning is emitted when an array literal is created and then mutated. Consider using FixedArray to better express intent.