summary refs log tree commit diff stats
path: root/nimsuggest/tests/tdef_forward.nim
blob: 9bdd8b21db15485957075f976183ec517298bcb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
discard """
$nimsuggest --tester $file
>def $1
def;;skProc;;tdef_forward.hello;;proc (): string;;$file;;8;;5;;"";;100
def;;skProc;;tdef_forward.hello;;proc (): string;;$file;;12;;5;;"";;100
"""

proc hello(): string

hel#[!]#lo()

proc hello(): string =
  "Hello"