summaryrefslogtreecommitdiff
path: root/test/files/neg/bug3123.scala
blob: 667a1da91895dde7dd37f397f94cfb75c11c2ba3 (plain) (blame)
1
2
3
4
5
object NotAValue {
  def test[T](t : T) {
    t match { case Int => true }
  }
}