mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 18:32:11 +00:00
17 lines
383 B
Nim
17 lines
383 B
Nim
discard """
|
|
$nimsuggest --tester $file
|
|
>def $1
|
|
def;;skProc;;tdef1.hello;;proc (): string{.noSideEffect, gcsafe, locks: 0.};;$file;;9;;5;;"Return hello";;100
|
|
>def $1
|
|
def;;skProc;;tdef1.hello;;proc (): string{.noSideEffect, gcsafe, locks: 0.};;$file;;9;;5;;"Return hello";;100
|
|
"""
|
|
|
|
proc hello(): string =
|
|
## Return hello
|
|
"Hello"
|
|
|
|
hel#[!]#lo()
|
|
|
|
# v uncompleted id for sug (13,2)
|
|
he
|