Example: ``` my @list : (Array[ max_length (7), Int ]; if ($list[8]) { # should this fail? } ```
Example: