summary refs log tree commit diff stats
path: root/tests/errmsgs/t10734.nim
blob: 32ee5415ec5c18ef7a5a8af1c303ed26c94837d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
discard """
  cmd: "nim check $file"
  errormsg: ""
  nimout: '''
t10734.nim(18, 1) Error: invalid indentation
t10734.nim(18, 6) Error: invalid indentation
t10734.nim(19, 7) Error: expression expected, but found '[EOF]'
t10734.nim(17, 5) Error: 'proc' is not a concrete type; for a callback without parameters use 'proc()'
t10734.nim(18, 6) Error: undeclared identifier: 'p'
t10734.nim(18, 6) Error: 'p' cannot be assigned to
t10734.nim(16, 3) Hint: 'T' is declared but not used [XDeclaredButNotUsed]
'''
"""

type
  T = object
    a:
proc p =
  case