summary refs log tree commit diff stats
path: root/tests/stmt/tgenericsunderscore.nim
blob: be2b8ec787d46cd80281548713d83265ea551be4 (plain) (blame)
1
2
3
4
# issue #21435

proc foo[_](x: typedesc[_]): string = "BAR" #[tt.Error
                        ^ the special identifier '_' is ignored in declarations and cannot be used]#