mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
fix parenthesis expr during precise rethrow detection
This commit is contained in:
+8
@@ -193,6 +193,14 @@ class C {
|
||||
}
|
||||
}
|
||||
|
||||
void m11_5() {
|
||||
try {}
|
||||
catch (Exception e) {
|
||||
//parentesis expr
|
||||
throw (e);
|
||||
}
|
||||
}
|
||||
|
||||
static class MyResource implements AutoCloseable {
|
||||
public void close() throws E1 { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user