mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
Fix precise type calculation for degenerate case
This commit is contained in:
+10
@@ -155,4 +155,14 @@ class C {
|
||||
<error descr="Unhandled exception: C.E">throw x;</error>
|
||||
}
|
||||
}
|
||||
|
||||
void m11() throws E1 {
|
||||
try {
|
||||
System.out.println();
|
||||
}
|
||||
catch (Exception e) {
|
||||
// test for precise types calculation fix
|
||||
<error descr="Unhandled exception: java.lang.Exception">throw e;</error>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user