aboutsummaryrefslogblamecommitdiff
path: root/tests/run/classmanifests_new_alias.scala
blob: 38af0ede3d22f99902786b5a5d134c8ab3fbc8f6 (plain) (tree)
1
2
3
4
5
6
7






                                              
@deprecated("Suppress warnings", since="2.11")
object Test extends dotty.runtime.LegacyApp {
  type CM[T] = ClassManifest[T]
  println(implicitly[CM[Int]])
  println(implicitly[CM[Int]] eq Manifest.Int)
}