summary refs log tree commit diff stats
path: root/tests/errmsgs/twrongcolon.nim
blob: 6f5cc3e5d5e10a3a988f75cf297fdc67539aa4de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
discard """
errormsg: "in expression '("
nimout: '''
Error: in expression '(
  890)': identifier expected, but found ''
'''

line: 11
"""

var n: int : 890