aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t7426.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t7426.scala')
-rw-r--r--tests/pending/pos/t7426.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pending/pos/t7426.scala b/tests/pending/pos/t7426.scala
deleted file mode 100644
index 8e42ad181..000000000
--- a/tests/pending/pos/t7426.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-class foo(x: Any) extends annotation.StaticAnnotation
-
-@foo(new AnyRef { }) trait A