aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t296.scala
blob: 0c267a307e933a414ae629b1a1735b3fb7f898b9 (plain) (tree)
1
2
3


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