diff options
Diffstat (limited to 'tests/bugs160/pr171953/test/TestExecutable.java')
-rw-r--r-- | tests/bugs160/pr171953/test/TestExecutable.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs160/pr171953/test/TestExecutable.java b/tests/bugs160/pr171953/test/TestExecutable.java new file mode 100644 index 000000000..bfd296a2d --- /dev/null +++ b/tests/bugs160/pr171953/test/TestExecutable.java @@ -0,0 +1,7 @@ +package test; + +public class TestExecutable implements Executable { + + public void execute() { + } +} |