diff options
Diffstat (limited to 'tests/bugs163/pr171042/Executable.java')
-rw-r--r-- | tests/bugs163/pr171042/Executable.java | 6 |
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(); +} |