/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.testproject.testclasses; /** * * @author Joao */ public class DownClass2 extends MidClass { String field; @Override public int abc() { return 42; } }