summaryrefslogtreecommitdiff
path: root/test/files/neg/class-of-double-targs.scala
blob: 26a2fa8381369e2c91acf6ab5d0e8bb05a1bde9e (plain) (blame)
1
2
3
object Test {
  classOf[Int][Int]
}