Files
Nim/tests/compile/tcan_alias_generic.nim
2011-11-19 15:45:51 +01:00

12 lines
194 B
Nim
Executable File

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