summaryrefslogtreecommitdiff
path: root/test/files/pos/t4603/S.scala
blob: c7d809d9f7693629ad1fa7d43a17300d0eff167f (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])
  }
}