summary refs log blame commit diff stats
path: root/tests/lexer/tmissingnl.nim
blob: dc939bcd262b4fe5e099cd8020e4d6f3f089eca5 (plain) (tree)
1
2
3
4
5
6
7
8
9
           
                                 

                        

   
                                                        

              
discard """
  errormsg: "invalid indentation"
  file: "tmissingnl.nim"
  line: 7
"""

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

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