mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-10 06:54:16 +00:00
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user