// change return type public class BaseClass { String doSmthAnother() { return ":)"; } }