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

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