public class TypeBounds_11_Helper<K> { interface Inter<K> { K get(); } }