Files
Nim/tests/reject/spec.csv
2011-01-16 16:22:23 +01:00

2.0 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
6tarraycons.nim9invalid order in array constructor
7tatomic.nim2identifier expected, but found 'atomic'
8tbind2.nim7ambiguous call
9tbind4.nim4undeclared identifier: 'lastId'
10tblock1.nim9undeclared identifier: 'ha'
11tconstr1.nim20type mismatch
12tillrec.nim8illegal recursion in type 'TIllegal'
13tinc.nim3for a 'var' type a variable needs to be passed
14tinout.nim7for a 'var' type a variable needs to be passed
15tinvalidnewseq.nim10type mismatch: got (array[0..6, string], int)
16tinvwhen.nim6invalid indentation
17titer4.nim2iterator within for loop context expected
18tmethod.nim2'method' needs a parameter that has an object type
19tnamedparams.nim3Error: type mismatch: got (input: string, filename: string, line: int, col: int)
20tnamspc.nim5undeclared identifier: 'global'
21tnoop.nim6expression 'a()' cannot be called
22tnot.nim9type mismatch
23topaque.nim11undeclared field: 'buffer'
24topena1.nim4invalid type
25toverl.nim6attempt to redefine 'TNone'
26trecinca.nim3recursive dependency: 'tests/reject/trecincb.nim'
27trecincb.nim4recursive dependency: 'tests/reject/trecincb.nim'
28treciter.nim4recursive dependency: 'myrec'
29trectype.nim20internal error: cannot generate C type for: PA
30trefs.nim15type mismatch
31tsidee1.nim7'SideEffectLyer' can have side effects
32tsidee4.nim10type mismatch
33tsimtych.nim5type mismatch: got (bool) but expected 'string'
34tstatret.nim4statement not allowed after
35tstmtexp.nim3value returned by statement has to be discarded
36ttempl2.nim13undeclared identifier: 'b'
37ttypelessemptyset.nim0Error: internal error: invalid kind for last(tyEmpty)
38tunderscores.nim3invalid token: _
39twrongtupleaccess.nim4undeclared field: 'setBLAH'
40typredef.nim2illegal recursion in type 'Uint8'