mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 14:23:45 +00:00
- apparently TLineInfo's implementation of `==` ignores the column. After I fixed the code to use exact TLineInfo comparison I fixed several other issues hidden by that issue. - Replaced `tuple[sym, info]` with `SymInfoPair`
10 lines
152 B
Nim
10 lines
152 B
Nim
|
|
let foo = 30
|
|
let bar = foo + fo#[!]#o + foo
|
|
|
|
discard """
|
|
$nimsuggest --v3 --tester $file
|
|
>def $1
|
|
def skLet tv3_definition.foo int $file 2 4 "" 100
|
|
"""
|