aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t5223.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t5223.scala')
-rw-r--r--tests/pending/pos/t5223.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/pending/pos/t5223.scala b/tests/pending/pos/t5223.scala
deleted file mode 100644
index bfd1e153c..000000000
--- a/tests/pending/pos/t5223.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-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": @deprecated)}
-}