summaryrefslogtreecommitdiff
path: root/test/files/pos/t1203a.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1203a.scala')
-rw-r--r--test/files/pos/t1203a.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/pos/t1203a.scala b/test/files/pos/t1203a.scala
deleted file mode 100644
index 062ef93fc6..0000000000
--- a/test/files/pos/t1203a.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-case class ant(t: String) extends scala.annotation.Annotation
-object Test {
- def main(args: Array[String]): Unit = {
- val a: scala.xml.NodeSeq @ant("12") = Nil
- println(a)
- }
-}