(cherry picked from commit 60c364fb22)
This commit is contained in:
Clyybber
2020-11-06 16:49:51 +01:00
committed by narimiran
parent e7d14ce6f2
commit 5ea4dea4ea

View File

@@ -340,3 +340,12 @@ var x:G[2,3,int]
x.newG(4)
var y = newG[2,3,int](4)
#------------------------------------------------------------------------------------------
# issue #12897
type
TileCT[n: static int] = object
a: array[n, int]
Tile = TileCT #Commenting this out to make it work