Files
Nim/tests/reject/spec.csv
2010-03-03 16:58:33 +01:00

1.4 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
6tbind2.nim7ambiguous call
7tbind4.nim4instantiation from here
8tblock1.nim9undeclared identifier: 'ha'
9tconstr1.nim20type mismatch
10tillrec.nim8illegal recursion in type 'TIllegal'
11tinc.nim3to var type a variable needs to be passed
12tinout.nim7for a 'var' type a variable needs to be passed
13tinvalidnewseq.nim10
14tinvwhen.nim6invalid indentation
15titer4.nim2iterator within for loop context expected
16tnamspc.nim5
17tnoop.nim6expression 'a()' cannot be called
18tnot.nim9type mismatch
19topaque.nim11undeclared field: 'buffer'
20topena1.nim4invalid type
21toverl.nim6attempt to redefine 'TNone'
22trawstr.nim5
23trecinca.nim3recursive dependency: 'tests/trecincb.nim'
24trecincb.nim4recursive dependency: 'tests/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.nim5
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'