summaryrefslogblamecommitdiff
path: root/test/files/run/classmanifests_new_alias.scala
blob: 12bd93bab656e02186efaf46bcac83494ea6930e (plain) (tree)
1
2
3
4
5




                                              
object Test extends App {
  type CM[T] = ClassManifest[T]
  println(implicitly[CM[Int]])
  println(implicitly[CM[Int]] eq Manifest.Int)
}