Files
Nim/tests/reject/spec.csv
2010-02-26 01:26:16 +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
4tambsym3.nim6ambiguous identifier
5tbind2.nim7ambiguous call
6tbind4.nim4instantiation from here
7tblock1.nim9undeclared identifier: 'ha'
8tconstr1.nim20type mismatch
9tillrec.nim8illegal recursion in type 'TIllegal'
10tinc.nim3to var type a variable needs to be passed
11tinout.nim7for a 'var' type a variable needs to be passed
12tinvalidnewseq.nim10
13tinvwhen.nim6invalid indentation
14titer4.nim2iterator within for loop context expected
15tnamspc.nim5
16tnoop.nim6expression 'a()' cannot be called
17tnot.nim9type mismatch
18topaque.nim11undeclared field: 'buffer'
19topena1.nim4invalid type
20toverl.nim6attempt to redefine 'TNone'
21trawstr.nim5
22trecinca.nim3recursive dependency: 'tests/trecincb.nim'
23trecincb.nim4recursive dependency: 'tests/trecincb.nim'
24treciter.nim4recursive dependency: 'myrec'
25trectype.nim20internal error: cannot generate C type for: PA
26trefs.nim15type mismatch
27tsidee1.nim7'SideEffectLyer' can have side effects
28tsidee4.nim10type mismatch
29tsimtych.nim5
30tstatret.nim4statement not allowed after
31tstmtexp.nim3value returned by statement has to be discarded
32ttempl2.nim13undeclared identifier: 'b'
33tunderscores.nim3invalid token: _
34typredef.nim2illegal recursion in type 'Uint8'