Seems like there\'s no lowering/optimization for destructing array declaration of the same data type.
var (var1, var2, var3) = arrayOf(10, 11, 12)