blob: 4ccbfad0b3c703dcfbd13b43971fda493691f34c [file] [log] [blame]
class Derived extends Base {
private String myField = "Derived.myField";
}