summaryrefslogblamecommitdiff
path: root/test/files/pos/t5542.scala
blob: 80b8cef030463c7bb9db11dbcd026b4a4c1741c5 (plain) (tree)
1
2
3


                                                       
class Test {
  Option(3) match { case Some(n) => n; case None => 0 }
}