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 f43e98e commit fb75d96Copy full SHA for fb75d96
compiler/src/dotty/tools/dotc/typer/RefChecks.scala
@@ -265,7 +265,7 @@ object RefChecks {
265
* 1.11. If O is a Scala-2 macro, M must be a Scala-2 macro.
266
* 1.12. If O is non-experimental, M must be non-experimental.
267
* 1.13 Under -source future, if O is a val parameter, M must be a val parameter
268
- * that passes its on to O.
+ * that passes its value on to O.
269
* 2. Check that only abstract classes have deferred members
270
* 3. Check that concrete classes do not have deferred definitions
271
* that are not implemented in a subclass.
0 commit comments