package test; import java.lang.CharSequence; public class WildcardBounds { static class A {} void foo(A x, A y) {} }