summary refs log tree commit diff stats
path: root/nimsuggest/tests/tconcept2.nim
blob: 7f7d147f5bb2044cab5d28015ad8dc968c87ddbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  SomeNumber = concept a, type T
    a.int is int
    int.to(T) is type(a)

#[!]#
discard """
$nimsuggest --tester $file
>chk $1
chk;;skUnknown;;;;Hint;;???;;0;;-1;;">> (toplevel): import(dirty): tests/tconcept2.nim [Processing]";;0
chk;;skUnknown;;;;Error;;$file;;1;;2;;"invalid indentation";;0
chk;;skUnknown;;;;Error;;$file;;1;;15;;"the \'concept\' keyword is only valid in \'type\' sections";;0
chk;;skUnknown;;;;Error;;$file;;1;;15;;"invalid indentation";;0
chk;;skUnknown;;;;Error;;$file;;1;;15;;"expression expected, but found \'keyword concept\'";;0
chk;;skUnknown;;;;Error;;$file;;1;;2;;"\'SomeNumber\' cannot be assigned to";;0
"""