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 89672bf commit 9b78ef9Copy full SHA for 9b78ef9
compiler/src/dotty/tools/dotc/typer/Checking.scala
@@ -657,7 +657,7 @@ object Checking {
657
(p1, p2) <- params.lazyZip(sym2.paramSymss.flatten)
658
if p1.is(Inline) && !p2.is(Inline)
659
do
660
- ctx.error("Cannot override non-inline parameter with and inline parameter", p1.sourcePos)
+ ctx.error("Cannot override non-inline parameter with an inline parameter", p1.sourcePos)
661
662
}
663
0 commit comments