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 4761564 commit 6f8ed88Copy full SHA for 6f8ed88
compiler/src/dotty/tools/dotc/ast/Desugar.scala
@@ -1448,7 +1448,7 @@ object desugar {
1448
))
1449
}
1450
case _ =>
1451
- EmptyTree //may happen for erroneous input
+ EmptyTree // may happen for erroneous input. An error will already have been reported.
1452
1453
1454
// begin desugar
0 commit comments