summaryrefslogtreecommitdiff
path: root/test/files/pos/t4603/S.scala
blob: 9e228195a46d6b0b48dc837a294af52d59ba27fd (plain) (blame)
1
2
3
4
5
6
7
8
// S.scala
class S extends J[AnyRef]

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