Skip to content

Commit

Permalink
Update compiler/src/dotty/tools/dotc/typer/RefChecks.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky authored Sep 26, 2022
1 parent f43e98e commit fb75d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/typer/RefChecks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ object RefChecks {
* 1.11. If O is a Scala-2 macro, M must be a Scala-2 macro.
* 1.12. If O is non-experimental, M must be non-experimental.
* 1.13 Under -source future, if O is a val parameter, M must be a val parameter
* that passes its on to O.
* that passes its value on to O.
* 2. Check that only abstract classes have deferred members
* 3. Check that concrete classes do not have deferred definitions
* that are not implemented in a subclass.
Expand Down

0 comments on commit fb75d96

Please sign in to comment.