summaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr158957/Missing.java
blob: a61ca7bfde311684071565ede23bdd1fbb0d8af9 (plain)
1
2
3
public interface Missing {
	public void doIt ();
}