Skip to content

Commit 75e0b8d

Browse files
committed
Fix typo
1 parent aadab27 commit 75e0b8d

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
@@ -1455,7 +1455,7 @@ class Definitions {
14551455
for
14561456
r <- Function2SpecializedReturnTypes
14571457
t1 <- Function2SpecializedParamTypes
1458-
t2 <- Function2SpecializedReturnTypes
1458+
t2 <- Function2SpecializedParamTypes
14591459
yield
14601460
nme.apply.specializedFunction(r, List(t1, t2)).asTermName
14611461

0 commit comments

Comments
 (0)