blob: 492eafeb6d7cae71462f2819b0fa24a1bb1fa43b [file] [log] [blame]
class A<X extends Throwable> {}
class B {
{
m(new <caret>)
}
void m(A<?> a) { }
}