We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcaa1ca commit 4c9bdf0Copy full SHA for 4c9bdf0
compiler/src/dotty/tools/dotc/parsing/Scanners.scala
@@ -523,7 +523,8 @@ object Scanners {
523
*
524
* The following tokens can start an indentation region:
525
526
- * : = => <- if then else while do try catch finally for yield match
+ * : = => <- if then else while do try catch
527
+ * finally for yield match throw return with
528
529
* Inserting an INDENT starts a new indentation region with the indentation of the current
530
* token as indentation width.
0 commit comments