summary refs log tree commit diff stats
path: root/tests/generics/t12938.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #12938 index type of array in type section without static (#20529)Bung2023-08-091-0/+9
* fix #12938 nim compiler assertion fail when literal integer is passed as template argument for array size * use new flag tfImplicitStatic * fix * fix #14193 * correct tfUnresolved add condition * clean test