Files
Nim/tests/reject/spec.csv

1.9 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
17tmethod.nim2'method' needs a parameter that has an object type
18tnamedparams.nim3Error: type mismatch: got (input: string, filename: string, line: int, col: int)
19tnamspc.nim5undeclared identifier: 'global'
20tnoop.nim6expression 'a()' cannot be called
21tnot.nim9type mismatch
22topaque.nim11undeclared field: 'buffer'
23topena1.nim4invalid type
24toverl.nim6attempt to redefine 'TNone'
25trecinca.nim3recursive dependency: 'tests/reject/trecincb.nim'
26trecincb.nim4recursive dependency: 'tests/reject/trecincb.nim'
27treciter.nim4recursive dependency: 'myrec'
28trectype.nim20internal error: cannot generate C type for: PA
29trefs.nim15type mismatch
30tsidee1.nim7'SideEffectLyer' can have side effects
31tsidee4.nim10type mismatch
32tsimtych.nim5type mismatch: got (bool) but expected 'string'
33tstatret.nim4statement not allowed after
34tstmtexp.nim3value returned by statement has to be discarded
35ttempl2.nim13undeclared identifier: 'b'
36ttypelessemptyset.nim0Error: internal error: invalid kind for last(tyEmpty)
37tunderscores.nim3invalid token: _
38twrongtupleaccess.nim4undeclared field: 'setBLAH'
39typredef.nim2illegal recursion in type 'Uint8'