summaryrefslogtreecommitdiffstats
path: root/tests/bugs162/pr163005/SomeClass.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs162/pr163005/SomeClass.java')
-rw-r--r--tests/bugs162/pr163005/SomeClass.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs162/pr163005/SomeClass.java b/tests/bugs162/pr163005/SomeClass.java
new file mode 100644
index 000000000..d9abe3651
--- /dev/null
+++ b/tests/bugs162/pr163005/SomeClass.java
@@ -0,0 +1,4 @@
+public class SomeClass implements SomeInterface {
+ public static void main(String []argv) {}
+}
+