aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t2624.scala
blob: 76f0e303698eab86924bd09103cfd5d4b0a19eff (plain) (blame)
1
2
3
4
object Test {
  List(1).map(identity(_))
  List(1).map(identity) // this didn't typecheck before the fix
}