summaryrefslogtreecommitdiff
path: root/test/files/res/t9170/A.scala
blob: 239df89679399fa81839be099f2b3975cdd74803 (plain) (blame)
1
2
3
4
object Y {
  def f[A](a: =>  A) = 1
  def f[A](a: => Either[Exception, A]) = 2
}