Skip to content

Commit c075f8b

Browse files
Typo fix in tests/pos/i4561.scala
1 parent a3b6646 commit c075f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/i4561.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ object abc:
1616
v(x => x + 1)
1717

1818
w[Int](_ + 1)
19-
// w[_ + 1) // error: `+` is not a member of Any
19+
// w(_ + 1) // error: `+` is not a member of Any
2020
w[Int]("x")(_ + 1)

0 commit comments

Comments
 (0)