summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr113947/case2/ListItem.java
blob: bc1651d22d0b07ab7393202fa0245c9829955e10 (plain)
1
2
3
4
5
public interface ListItem {

	public ListItem getNext ();
}