This sets `x` to `1`, but this should be an error. ```kcl a = [0, 1, 2] x = a[1mm] ``` The index should require a `Count`, so `1_`. Since `Default` auto-coerces to `Count`, a bare literal like `1` would also work.