tv3_con.nim 290 B

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