summaryrefslogblamecommitdiff
path: root/test/files/neg/bad-advice.scala
blob: b1955330d7edb385ac6b3c067465637bacf3e193 (plain) (tree)
1
2
3
4
5
6





                           
object Bip
object Test {
  def f(x: Int) = x match {
    case Bip => true
  }
}