Files
Nim/tests/misc/mspellsuggest.nim
Timothee Cour 48eab5370a fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar spellings on undefined symbol error (#16067)
* add --spellsuggest to suggest symbols in scope with similar spellings on undefined symbol errors
* implement --spellsuggest with 0 arguments
2021-03-16 10:41:30 +01:00

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