Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a007291b36a8f87d275ffbc95ebf1780391ac261 (plain) (blame)
1
2
3
4
package p;

class B extends A{
}

Back to the top