Peter Jaszkowiak
|
21eae8ceb6
|
fix indexing_slicing with const
- should not fire if indexing with a constant block
- should not fire if indexing within a constant context
(const statement or const block)
|
2022-03-25 23:05:38 -06:00 |
|
rail
|
2ce2d6b40e
|
fix a FP in indexing_slicing
treat refs to arrays the same as arrays
in `indexing_slicing` and `out_of_bounds_indexing`
|
2020-09-17 10:11:10 +12:00 |
|
Yuki Okushi
|
49934e70a2
|
Remove unnecessary comment
|
2020-02-04 01:29:11 +09:00 |
|
Yuki Okushi
|
7c5785ca2b
|
Split up indexing_slicing ui test
|
2020-02-03 15:09:17 +09:00 |
|