summary refs log tree commit diff stats
path: root/nimsuggest/tests/tv3_con.nim
blob: 4714c366ba7656085b1fc4f00fbf66e4e78fc223 (plain) (blame)
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
"""