mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
unhandled exception: shrink the highlighted range (IDEA-177234)
This commit is contained in:
+2
-2
@@ -4,10 +4,10 @@ interface I<T extends Exception> {
|
||||
|
||||
class C {
|
||||
void x(I<?> i) {
|
||||
<error descr="Unhandled exception: java.lang.Exception">i.m();</error>
|
||||
i.<error descr="Unhandled exception: java.lang.Exception">m();</error>
|
||||
}
|
||||
|
||||
void y(I<? extends Exception> i) {
|
||||
<error descr="Unhandled exception: java.lang.Exception">i.m();</error>
|
||||
i.<error descr="Unhandled exception: java.lang.Exception">m();</error>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user