blob: 94d40fbfea494b9f50122724e2f959973c4ef68d [file] [log] [blame]
class Base {
private String myFirst;
}
class Child extends Base {
private String mySecond;
}