summaryrefslogtreecommitdiff
path: root/test/files/pos/annotations.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-04-28 11:52:10 -0700
committerPaul Phillips <paulp@improving.org>2012-04-28 13:48:22 -0700
commit14144be0bcd3f6823a9622c6f962aed295ef3392 (patch)
treee031f6fd8c87d7289e9841490c60888b14d558c8 /test/files/pos/annotations.scala
parentd1460afa09989bcecb306b3cf78880cea39cbdc7 (diff)
downloadscala-14144be0bcd3f6823a9622c6f962aed295ef3392.tar.gz
scala-14144be0bcd3f6823a9622c6f962aed295ef3392.tar.bz2
scala-14144be0bcd3f6823a9622c6f962aed295ef3392.zip
Removed a few more @deprecated members.
The ones which remain I'm not removing on purpose, as I know from experience it's more trouble than it's yet worth.
Diffstat (limited to 'test/files/pos/annotations.scala')
-rw-r--r--test/files/pos/annotations.scala10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/files/pos/annotations.scala b/test/files/pos/annotations.scala
index 4e5fddda39..706a715bad 100644
--- a/test/files/pos/annotations.scala
+++ b/test/files/pos/annotations.scala
@@ -1,5 +1,5 @@
-class ann(i: Int) extends Annotation
-class cfann(x: String) extends ClassfileAnnotation
+class ann(i: Int) extends scala.annotation.Annotation
+class cfann(x: String) extends annotation.ClassfileAnnotation
// annotations on abstract types
abstract class C1[@serializable @cloneable +T, U, V[_]]
@@ -91,9 +91,9 @@ trait BeanF {
}
-class Ann3(arr: Array[String]) extends ClassfileAnnotation
-class Ann4(i: Int) extends ClassfileAnnotation
-class Ann5(value: Class[_]) extends ClassfileAnnotation
+class Ann3(arr: Array[String]) extends annotation.ClassfileAnnotation
+class Ann4(i: Int) extends annotation.ClassfileAnnotation
+class Ann5(value: Class[_]) extends annotation.ClassfileAnnotation
object Test3 {
final val i = 1083