summaryrefslogtreecommitdiff
path: root/test/flaky/pos/t2868/Jann.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/flaky/pos/t2868/Jann.java')
-rw-r--r--test/flaky/pos/t2868/Jann.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/flaky/pos/t2868/Jann.java b/test/flaky/pos/t2868/Jann.java
deleted file mode 100644
index f5b68de7b0..0000000000
--- a/test/flaky/pos/t2868/Jann.java
+++ /dev/null
@@ -1,5 +0,0 @@
-public @interface Jann {
- public String str();
- public Nest inn();
- public int[] arr();
-}