aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs163/pr171042/Executable.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs163/pr171042/Executable.java')
-rw-r--r--tests/bugs163/pr171042/Executable.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/bugs163/pr171042/Executable.java b/tests/bugs163/pr171042/Executable.java
new file mode 100644
index 000000000..79fa99147
--- /dev/null
+++ b/tests/bugs163/pr171042/Executable.java
@@ -0,0 +1,6 @@
+package test;
+
+public interface Executable {
+
+ void execute();
+}