mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 11:12:37 +00:00
17 lines
205 B
Nim
17 lines
205 B
Nim
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
|
|
|