Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Clyybber authored Nov 6, 2020
1 parent fb60e35 commit 60c364f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/statictypes/tstatictypes.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 60c364f

Please sign in to comment.