diff options
Diffstat (limited to 'tests/misc/mspellsuggest.nim')
-rw-r--r-- | tests/misc/mspellsuggest.nim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/misc/mspellsuggest.nim b/tests/misc/mspellsuggest.nim new file mode 100644 index 000000000..ad449554f --- /dev/null +++ b/tests/misc/mspellsuggest.nim @@ -0,0 +1,7 @@ +proc fooBar4*(a: int) = discard +var fooBar9* = 0 + +var fooCar* = 0 +type FooBar* = int +type FooCar* = int +type GooBa* = int |