aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t1782/ImplementedBy.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t1782/ImplementedBy.java')
-rw-r--r--tests/untried/pos/t1782/ImplementedBy.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/untried/pos/t1782/ImplementedBy.java b/tests/untried/pos/t1782/ImplementedBy.java
deleted file mode 100644
index 6aa8b4fa9..000000000
--- a/tests/untried/pos/t1782/ImplementedBy.java
+++ /dev/null
@@ -1,3 +0,0 @@
-public @interface ImplementedBy {
- public Class<?> value();
-}