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: 17d0beae7678d29f19cd6aa7ae9ccce597e1c811 (plain) (blame)
1
2
3
4
package d;
import c.*;
public class D extends C {
}

Back to the top