Open Clyybber opened 5 years ago
I suspect I stumbled upon the same issue while giving nim a try. My MWE:
type UintArray[N] = array[N, uint]
var test = [0u, 0u].UintArray
I tried it in the playground thingy for different versions (up to v1.4.4) and it just doesn't work, although I suspect it should. The error is the same "Error: internal error: invalid kind for lastOrd(tyAnything)".
Now gives type mismatch. Removing the .Tile
s compiles but causes a codegen error
Example
Current Output
Expected Output
Should compile
Additional Information