package testPullUpGen.test44.test; /** * Created by cohen-j on 28/01/14. */ public class C extends S { String n(){ return "foo"; } }