aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/pos/t4603/S.scala
blob: c1364202bd30ec2b6eb6451c5d9feda0b2309c1f (plain) (tree)
1
2
3
4
5
6
7
8







                                        
// S.scala
class S extends J[AnyRef]

object Test {
  def main(args:Array[String]): Unit = {
    J.f(classOf[S])
  }
}