nbuilding/N-lang

Cannot assign a `[]` to a `list` type

Ashvin-Ranjan opened this issue · 1 comments

This is because of some strange stuff with generics.

This was written very strangely for some reason, this is what I was talking about:

let mut thing = []

thing = [1, 2, 3] // Error: Cannot assign a `list[int]` to a `list[t]`