aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t296.scala
blob: 0c267a307e933a414ae629b1a1735b3fb7f898b9 (plain) (blame)
1
2
3
object Bug {
  def foo (l: => String) : String = 12 match { case _ => l}
}