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 14afbe9 commit 81331f8Copy full SHA for 81331f8
compiler/src/dotty/tools/dotc/parsing/Scanners.scala
@@ -436,7 +436,10 @@ object Scanners {
436
}
437
438
def isContinuingParens() =
439
- openParensTokens.contains(token) && !pastBlankLine && !isScala2CompatMode
+ openParensTokens.contains(token)
440
+ && !pastBlankLine
441
+ && !isScala2CompatMode
442
+ && !noindentSyntax
443
444
/** The indentation width of the given offset */
445
def indentWidth(offset: Offset): IndentWidth = {
0 commit comments