summary refs log tree commit diff stats
path: root/nimsuggest/tests/tgeneric_highlight.nim
blob: c7291d08b8cc10502f06bea716807614a07fa13f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
newSeq[int]()
system.newSeq[int]()#[!]#
offsetOf[int]()

discard """
$nimsuggest --tester $file
>highlight $1
highlight;;skType;;1;;7;;3
highlight;;skProc;;1;;0;;6
highlight;;skType;;2;;14;;3
highlight;;skProc;;2;;7;;6
highlight;;skType;;3;;9;;3
"""