hexaredecimal / hexaredecimal/ML
Invalid Codegen for dinamic array
Open
- Dominant language
- Rust
- Stars
- 18
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The codegen is wrong when generating code for dinamic arrays
```
val n = [1, "hey",2, "World"]
```
- Right now n becomes a `List[Int]` instead of `List[Any]`
Contributor guide
Assessment
This issue has not been assessed yet.