diff options
Diffstat (limited to 'tests/bugs1923/gh322/TheClass.java')
-rw-r--r-- | tests/bugs1923/gh322/TheClass.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs1923/gh322/TheClass.java b/tests/bugs1923/gh322/TheClass.java new file mode 100644 index 000000000..590c4f7bf --- /dev/null +++ b/tests/bugs1923/gh322/TheClass.java @@ -0,0 +1,5 @@ +public class TheClass implements TheInterface { + @Override + public void method(int param) { + } +} |