summary refs log blame commit diff stats
path: root/tests/compile/tcan_specialise_generic.nim
blob: 64d5f56e37a60ba1d560e7a61a7cc6fa8ff0360b (plain) (tree)
1
2
3
4
5
6
7
8






                                                      
                                  


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

type
  TGen[T] = object {.inheritable.}
  TSpef = object of TGen[string]