Skip to content

Commit

Permalink
Fix comment test number (#16870)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
odersky authored Feb 12, 2023
2 parents f177d96 + 116a960 commit 97641d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/typer/Namer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ class Namer { typer: Typer =>
*
* The idea is that this simulates the hypothetical case where export forwarders
* are not generated and we treat an export instead more like an import where we
* expand the use site reference. Test cases in {neg,pos}/i14699.scala.
* expand the use site reference. Test cases in {neg,pos}/i14966.scala.
*
* @pre Forwarders with the same name are consecutive in `forwarders`.
*/
Expand Down

0 comments on commit 97641d3

Please sign in to comment.