Files
Nim/tests/compile/tcan_alias_generic.nim
2013-03-16 23:53:07 +01:00

12 lines
194 B
Nim

##
## 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]