summaryrefslogtreecommitdiff
path: root/test/files/pos/t5223.scala
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2013-01-17 19:55:42 +0100
committerSimon Ochsenreither <simon@ochsenreither.de>2013-01-17 20:52:24 +0100
commit167fc0acb9bc75f3f378d2bfbabd61a2782a3568 (patch)
tree0e8a6abbda1a632269544fd61d3f828d28a65f1d /test/files/pos/t5223.scala
parent4805b97b62b00b39fee55ee9855ae8c046f5d621 (diff)
downloadscala-167fc0acb9bc75f3f378d2bfbabd61a2782a3568.tar.gz
scala-167fc0acb9bc75f3f378d2bfbabd61a2782a3568.tar.bz2
scala-167fc0acb9bc75f3f378d2bfbabd61a2782a3568.zip
SI-6811 Remove usages of scala.annotation.cloneable
The source file itself will be removed later, because the compiler seems to need it for boot-strapping.
Diffstat (limited to 'test/files/pos/t5223.scala')
-rw-r--r--test/files/pos/t5223.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t5223.scala b/test/files/pos/t5223.scala
index 0b2528e367..d81daa9907 100644
--- a/test/files/pos/t5223.scala
+++ b/test/files/pos/t5223.scala
@@ -2,5 +2,5 @@ import scala.reflect.runtime.universe._
object Foo extends App {
reify{def printf(format: String, args: Any*): String = null }
- reify{def printf(format: String, args: Any*): String = ("abc": @cloneable)}
+ reify{def printf(format: String, args: Any*): String = ("abc": @deprecated)}
} \ No newline at end of file