package test; public class TestC3 extends TestC4 { public String foo() { return null; } }