2cdfe35e7 ^
fc6cc7927 ^
dbc5048a9 ^
1 2 3
4
5
6 7 8 9 10 11 12 13
14 15
discard """ file: "tnamedparams.nim" line: 8 errormsg: "type mismatch: got (input: string, filename: string, line: int, col: int)" """ import pegs discard parsePeg( input = "input", filename = "filename", line = 1, col = 23)