Files
Nim/tests/reject/spec.csv
Andreas Rumpf 7bf98411b6 version 0.8.8
2010-03-14 01:25:25 +01:00

1.6 KiB
Executable File

1t99bott.nim20constant expression expected
2tadrdisc.nim15for a 'var' type a variable needs to be passed
3tambsym.nim6ambiguous identifier
4tambsym2.nim4undeclared identifier: 'CreateRGBSurface'
5tambsym3.nim6ambiguous identifier
6tatomic.nim2identifier expected, but found 'atomic'
7tbind2.nim7ambiguous call
8tbind4.nim4undeclared identifier: 'lastId'
9tblock1.nim9undeclared identifier: 'ha'
10tconstr1.nim20type mismatch
11tillrec.nim8illegal recursion in type 'TIllegal'
12tinc.nim3for a 'var' type a variable needs to be passed
13tinout.nim7for a 'var' type a variable needs to be passed
14tinvalidnewseq.nim10type mismatch: got (array[0..6, string], int)
15tinvwhen.nim6invalid indentation
16titer4.nim2iterator within for loop context expected
17tnamspc.nim5undeclared identifier: 'global'
18tnoop.nim6expression 'a()' cannot be called
19tnot.nim9type mismatch
20topaque.nim11undeclared field: 'buffer'
21topena1.nim4invalid type
22toverl.nim6attempt to redefine 'TNone'
23trecinca.nim3recursive dependency: 'tests/reject/trecincb.nim'
24trecincb.nim4recursive dependency: 'tests/reject/trecincb.nim'
25treciter.nim4recursive dependency: 'myrec'
26trectype.nim20internal error: cannot generate C type for: PA
27trefs.nim15type mismatch
28tsidee1.nim7'SideEffectLyer' can have side effects
29tsidee4.nim10type mismatch
30tsimtych.nim5type mismatch: got (bool) but expected 'string'
31tstatret.nim4statement not allowed after
32tstmtexp.nim3value returned by statement has to be discarded
33ttempl2.nim13undeclared identifier: 'b'
34tunderscores.nim3invalid token: _
35typredef.nim2illegal recursion in type 'Uint8'