summary refs log tree commit diff stats
path: root/tests/generics/t8270.nim
blob: 707e981fab029d1f36ac00183a4036712d0a508e (plain) (blame)
1
2
3
4
5
6
7
discard """
  line: 6
  errormsg: "cannot instantiate: \'T\'"
"""

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