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