summary refs log tree commit diff stats
path: root/tests/reject/tmissingnl.nim
blob: c2f97a8072500db46373a1f827d8210895b2405d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
  file: "tmissingnl.nim"
  line: 7
  errormsg: "newline expected, but found 'keyword var'"
"""

import strutils var s: seq[int] = @[0, 1, 2, 3, 4, 5, 6]

#s[1..3] = @[]