difftastic/script
susliko 16974b4535 Issue OUTDENT with extra spaces before brackets
Problem
-------
```scala
{ x =>
  if (a) b.c }
```
is not parsed because OUTDENT token is not emitted in a presense of
space characters before the closing bracket

Solution
-------
Reorder space-handling and outdent-ing logic in external scanner
2023-06-11 00:00:13 +07:00
..
parse-with-scalac Initial commit 2018-02-22 10:58:11 +07:00
smoke_test.sh Issue OUTDENT with extra spaces before brackets 2023-06-11 00:00:13 +07:00