summaryrefslogtreecommitdiff
path: root/test/files/run/classmanifests_new_alias.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/classmanifests_new_alias.scala')
-rw-r--r--test/files/run/classmanifests_new_alias.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/files/run/classmanifests_new_alias.scala b/test/files/run/classmanifests_new_alias.scala
index 12bd93bab6..777bd5dd6d 100644
--- a/test/files/run/classmanifests_new_alias.scala
+++ b/test/files/run/classmanifests_new_alias.scala
@@ -1,5 +1,7 @@
+
+@deprecated("Suppress warnings", since="2.11")
object Test extends App {
type CM[T] = ClassManifest[T]
println(implicitly[CM[Int]])
println(implicitly[CM[Int]] eq Manifest.Int)
-} \ No newline at end of file
+}