diff options
Diffstat (limited to 'tests/bugs150/pr113947/case1/ListItem.java')
-rw-r--r-- | tests/bugs150/pr113947/case1/ListItem.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs150/pr113947/case1/ListItem.java b/tests/bugs150/pr113947/case1/ListItem.java new file mode 100644 index 000000000..bc1651d22 --- /dev/null +++ b/tests/bugs150/pr113947/case1/ListItem.java @@ -0,0 +1,5 @@ + +public interface ListItem { + + public ListItem getNext (); +} |