summary refs log tree commit diff stats
path: root/tests/errmsgs/twrongcolon.nim
blob: e59e37660f5634a667f1d2c6ac53bb19a8c13ccc (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