summary refs log blame commit diff stats
path: root/tests/generics/t8270.nim
blob: 1e731d1d4bc1d3a816f7a41cba698329e02aab8e (plain) (tree)
1
2
3
4
5
6
7
           
                                       
         



                              
discard """
  errormsg: "cannot instantiate: \'T\'"
  line: 6
"""

proc m[T](x: T): int = discard
echo [m]