1 package p4;
2 /* Test case for bug 24691 Missing interface makes hierarchy incomplete */
3 public class X implements Missing {
4 }