Files
zig/test/behavior
Techatrix 5b6326ec65 fix slice of slice with sentinel on the lhs slice
example:
```zig
test {
    var foo: [2:0]u8 = .{ 1, 2 };
    _ = foo[0.. :1][0..2];
}
```

A `.slice_open` ast node will not have a end index nor sentinel.
2024-12-29 07:00:39 +01:00
..
2024-06-13 02:19:40 -07:00
2024-06-16 11:53:33 +02:00
2024-06-13 02:24:39 -07:00
2024-05-11 02:17:24 -07:00
2024-06-13 02:20:47 -07:00
2024-07-26 04:19:58 -07:00
2024-06-13 02:20:47 -07:00
2024-07-26 04:19:55 -07:00
2024-06-13 02:20:47 -07:00
2024-06-13 02:24:39 -07:00
2024-10-13 01:58:11 +02:00
2024-06-13 02:24:39 -07:00
2024-06-13 02:22:33 -07:00
2024-06-10 20:32:49 +02:00
2024-07-14 23:02:35 -07:00
2024-10-13 01:58:11 +02:00
2024-06-13 02:24:39 -07:00
2024-06-13 02:20:47 -07:00
2024-06-13 02:22:33 -07:00
2024-06-13 02:24:39 -07:00