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.
2 parents a696dd2 + 66a5c68 commit 9a644e4Copy full SHA for 9a644e4
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -1229,7 +1229,7 @@ class Typer(@constructorOnly nestingLevel: Int = 0) extends Namer
1229
if pos < mtpe.paramInfos.length then
1230
mtpe.paramInfos(pos)
1231
// This works only if vararg annotations match up.
1232
- // See neg/i14367.scala for an example where the inferred type is mispredicated.
+ // See neg/i14367.scala for an example where the inferred type is mispredicted.
1233
// Nevertheless, the alternative would be to give up completely, so this is
1234
// defensible.
1235
else NoType
0 commit comments