Incorrect zero analysis on foo["test"] = {} #1360

This commit is contained in:
Christoffer Lerno
2024-08-16 16:50:58 +02:00
parent edfea639cf
commit f1efdf3d98
3 changed files with 19 additions and 1 deletions

View File

@@ -75,6 +75,7 @@
- Issues with wincrt linking.
- Debug info with recursive canonical type usage could cause segfault.
- Missing check on optional left hand side for `s.x`.
- Incorrect zero analysis on `foo["test"] = {}` #1360.
### Stdlib changes