We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a89b6 commit f7867bdCopy full SHA for f7867bd
tests/pos/i7893.scala
@@ -2,6 +2,6 @@ object Test {
2
val l1 = List(Predef.identity[Int](_))
3
val lc1: List[Int => Int] = l1
4
5
- val l2 = List(Predef.identity[Int](_))
+ val l2 = List(Predef.identity[Int])
6
val lc2: List[Int => Int] = l2
7
}
0 commit comments