Skip to content

Commit f7867bd

Browse files
committed
Fix test case
1 parent a1a89b6 commit f7867bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/i7893.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ object Test {
22
val l1 = List(Predef.identity[Int](_))
33
val lc1: List[Int => Int] = l1
44

5-
val l2 = List(Predef.identity[Int](_))
5+
val l2 = List(Predef.identity[Int])
66
val lc2: List[Int => Int] = l2
77
}

0 commit comments

Comments
 (0)