Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 68415c3c742929c3ed32ed7f038ed10cdb0dc250 (plain) (blame)
1
2
3
4
package p4;
/* Test case for bug 24691 Missing interface makes hierarchy incomplete */
public class X implements Missing {
}

Back to the top