summary refs log tree commit diff stats
path: root/tests/generics/tcan_alias_generic.nim
blob: b357b33e9edd007eb4a8ba8a509fbc877244bd41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
##
## can_alias_generic Nim Module
##
## Created by Eric Doughty-Papassideris on 2011-02-16.

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