aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t0061.scala
blob: 8a3aed7c605766a3c48c85da22edd8a28ddf74a9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                   

                                        



                                   
object O {

  class testClass ;

  case class testA() extends testClass ;

  def ga( x:testClass ) = x match {
	  case testA() => ()
  }
}