If I do this:
class Base { void doSomething() } class Sub extends Base { }
I\'ll get a warning in my IDE that I haven\'t implemented do
do