1 2 3 4 5 6 7 8 9 10 11 12 13
# tests v3 proc test(a: string, b:string) = discard proc test(a: int) = discard test(#[!]# discard """ $nimsuggest --v3 --tester $file >con $1 con;;skProc;;tv3_con.test;;proc (a: string, b: string);;$file;;3;;5;;"";;100 con;;skProc;;tv3_con.test;;proc (a: int);;$file;;4;;5;;"";;100 """