summary refs log tree commit diff stats
path: root/tests/generics/tcan_alias_specialised_generic.nim
blob: c94edd6112e989e0893bbab350a85c518c92303a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
discard """
  disabled: false
"""

##
## can_alias_specialised_generic Nim Module
##
## Created by Eric Doughty-Papassideris on 2011-02-16.

type
  TGen[T] = object
  TSpef = TGen[string]

var
  s: TSpef