summary refs log tree commit diff stats
path: root/tests/errmsgs/tnested_empty_seq.nim
blob: ffe8bc3eeacabfed5c36fedf18b8620afd98ce2b (plain) (blame)
1
2
3
4
5
6
7
8
discard """
  errormsg: "invalid type: 'empty' in this context: 'array[0..0, tuple of (string, seq[empty])]' for var"
  line: 8
"""

# bug #3948

var headers=[("headers", @[])]