Skip to content

Commit 97641d3

Browse files
authored
Fix comment test number (#16870)
[skip ci]
2 parents f177d96 + 116a960 commit 97641d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/Namer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ class Namer { typer: Typer =>
13431343
*
13441344
* The idea is that this simulates the hypothetical case where export forwarders
13451345
* are not generated and we treat an export instead more like an import where we
1346-
* expand the use site reference. Test cases in {neg,pos}/i14699.scala.
1346+
* expand the use site reference. Test cases in {neg,pos}/i14966.scala.
13471347
*
13481348
* @pre Forwarders with the same name are consecutive in `forwarders`.
13491349
*/

0 commit comments

Comments
 (0)