``` typescript var x : [number, number] = [1, 2]; var y = x[2]; // expected a compile error, actual ok ``` By [design](https://github.com/aleksey-bykov/by-design-script), isn't it?
By design, isn't it?