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 95e2dc2 commit 7d183a0Copy full SHA for 7d183a0
compiler/src/dotty/tools/dotc/reporting/messages.scala
@@ -528,7 +528,7 @@ import ast.tpd
528
|Only fields can be left uninitialized in this manner; local variables
529
|must be initialized.
530
|
531
- |Another occurrence for this error is defining a val with self type.
+ |Another occurrence for this error is self type definition.
532
|The ${hl("_")} can be replaced with ${hl("this")}.
533
534
|Example before:
@@ -2422,4 +2422,4 @@ import ast.tpd
2422
|The variable does not occur in the signature of ${hl(owner)}.
2423
|""".stripMargin
2424
def explain = ""
2425
- }
+ }
0 commit comments