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: ebee60667e3f3c21772091b92f9ea3d6c4b88556 (plain) (blame)
1
2
3
4
5
package p1;
public class A extends B {
}
class B {
}

Back to the top