diff options
Diffstat (limited to 'tests/parser/tdoublenotnil.nim')
-rw-r--r-- | tests/parser/tdoublenotnil.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/parser/tdoublenotnil.nim b/tests/parser/tdoublenotnil.nim new file mode 100644 index 000000000..c61008c54 --- /dev/null +++ b/tests/parser/tdoublenotnil.nim @@ -0,0 +1,3 @@ +when false: + type Foo = Bar not nil not nil #[tt.Error + ^ invalid indentation]# |