List-initializing a runtime-sized array gives an error
Open
- Dominant language
- C++
- Stars
- 69
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
```
var i = [4] new int;
i: = {1, 2, 3, 4};
```
Contributor guide
Assessment
This issue has not been assessed yet.