mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
14 lines
290 B
Nim
14 lines
290 B
Nim
# 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
|
|
"""
|