summary refs log tree commit diff stats
path: root/tests/generics/tcan_alias_generic.nim
blob: e90bdc6d273666a3586199bd48cadabea97d65d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
##
## can_alias_generic Nimrod 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]