Skip to content

Commit ae5a675

Browse files
committed
Fix typo
1 parent 6a48696 commit ae5a675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/Definitions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,7 @@ class Definitions {
14511451
for
14521452
r <- Function2SpecializedReturnTypes
14531453
t1 <- Function2SpecializedParamTypes
1454-
t2 <- Function2SpecializedReturnTypes
1454+
t2 <- Function2SpecializedParamTypes
14551455
yield
14561456
nme.apply.specializedFunction(r, List(t1, t2)).asTermName
14571457

0 commit comments

Comments
 (0)