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

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

type
  TGen[T] = object
  TSpef = TGen[string]
  
var
  s: TSpef