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










                                                      
##
## 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
  TSpef = object of TGen[string]