blob: b0177be64165ee93a21262fcff2ce12627ae39ac [file] [log] [blame]
package p;
class A{
int i = 0;
}
class B extends A{
int j = 1;
}