We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea82b0 commit 956d0c1Copy full SHA for 956d0c1
compiler/src/dotty/tools/dotc/parsing/Scanners.scala
@@ -472,7 +472,6 @@ object Scanners {
472
|| nextWidth == lastWidth && (indentPrefix == MATCH || indentPrefix == CATCH) && token != CASE then
473
if currentRegion.isOutermost then
474
if nextWidth < lastWidth then currentRegion = topLevelRegion(nextWidth)
475
-// report.error("Line is indented too far to the left", sourcePos())
476
else if !isLeadingInfixOperator() && !statCtdTokens.contains(lastToken) then
477
currentRegion match
478
case r: Indented =>
0 commit comments