Skip to content

Commit e125525

Browse files
committed
Fix test
1 parent 4f08b68 commit e125525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i2232.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ object Cats {
3333

3434
val f: Int => Int = _ + 1
3535
val g: Int => String = _.toString
36-
f >>> g
36+
f >>> g // error: no implicit arg found
3737
}

0 commit comments

Comments
 (0)