Skip to content

Commit 116a960

Browse files
committed
Fix comment test number
1 parent 3d251d6 commit 116a960

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
@@ -1335,7 +1335,7 @@ class Namer { typer: Typer =>
13351335
*
13361336
* The idea is that this simulates the hypothetical case where export forwarders
13371337
* are not generated and we treat an export instead more like an import where we
1338-
* expand the use site reference. Test cases in {neg,pos}/i14699.scala.
1338+
* expand the use site reference. Test cases in {neg,pos}/i14966.scala.
13391339
*
13401340
* @pre Forwarders with the same name are consecutive in `forwarders`.
13411341
*/

0 commit comments

Comments
 (0)