Skip to main content
summaryrefslogtreecommitdiffstats
blob: 82126d6aee20660a45cbac57d17fe2936e6b6de9 (plain) (blame)
1
2
3
4
5
6
7
package p;

class A {
	int i= 0, j= 1;
}
class B extends A {
}

Back to the top