## 🐛 Bug Report The compiler panics at runtime when calling the code below. The program will build with no errors. ### Code: ```leo let x : [u8;3] = [4u8;3]; x[0] = 2u8; assert_eq(x, [2u8,4u8,4u8]); ``` ### Error: <img width="1336" height="608" alt="Image" src="https://github.com/user-attachments/assets/d61bb1b4-7be7-4602-83f6-98cf67740cf1" />