mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
* add --spellsuggest to suggest symbols in scope with similar spellings on undefined symbol errors * implement --spellsuggest with 0 arguments
8 lines
122 B
Nim
8 lines
122 B
Nim
proc fooBar4*(a: int) = discard
|
|
var fooBar9* = 0
|
|
|
|
var fooCar* = 0
|
|
type FooBar* = int
|
|
type FooCar* = int
|
|
type GooBa* = int
|