aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t296.scala
blob: bb3b22984ae308f1018fda634b4b9003ba44866c (plain) (tree)
1
2
3
4
5
            


                                                             
 
object Bug {
  def foo (l: => String, l1: => String) : String = 12 match {
    case 12 => l1
    case _ => l}
}