package test; public class Super { String unresolved() { return "Super"; } }