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 25b6f5f commit 67fa551Copy full SHA for 67fa551
compiler/src/dotty/tools/dotc/reporting/messages.scala
@@ -3433,7 +3433,7 @@ extends DeclarationMsg(IllegalUnrollPlacementID):
3433
if method.isLocal then
3434
i"$prefix because it is a local method"
3435
else if !method.isEffectivelyFinal then
3436
- i"$prefix: it is not effectively final"
+ i"$prefix because it can be overridden"
3437
else if isCtor && method.owner.is(Trait) then
3438
i"implementation restriction: $prefix"
3439
else if method.owner.companionClass.is(CaseClass) then
0 commit comments