Add test for obsolete issue
#KT-4609 Obsolete
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package test;
|
||||
|
||||
import java.lang.CharSequence;
|
||||
|
||||
public class WildcardBounds {
|
||||
static class A<T> {}
|
||||
|
||||
void foo(A<? extends CharSequence> x, A<? super String> y) {}
|
||||
}
|
||||
Reference in New Issue
Block a user