summary refs log blame commit diff stats
path: root/tests/generics/tcan_alias_generic.nim
blob: 780a478410ebf0eaf1f7932f78924eb081f3d738 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
  
                               








                                                      
##
## can_alias_generic Nim Module
##
## Created by Eric Doughty-Papassideris on 2011-02-16.
## Copyright (c) 2011 FWA. All rights reserved.

type
  TGen[T] = object
  TGen2[T] = TGen[T]