aboutsummaryrefslogtreecommitdiff
path: root/tests/run/classmanifests_new_core.scala
blob: a916b750c7be919d3fe25bbbbada85b1b8b68626 (plain) (blame)
1
2
3
4
5
@deprecated("Suppress warnings", since="2.11")
object Test extends dotty.runtime.LegacyApp {
  println(classManifest[Int])
  println(classManifest[Int] eq Manifest.Int)
}