package bridging; public class Base2 { public CharSequence test(int start) { return "Hello".subSequence(start, 1); } }