mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-146946
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package x;
|
||||
|
||||
class X {
|
||||
void f(Throwable p) {
|
||||
Throwable error = <flown1>null;
|
||||
|
||||
try {
|
||||
f(p);
|
||||
}
|
||||
catch (Throwable <flown21>e) {
|
||||
error = <flown2>e;
|
||||
}
|
||||
finally {
|
||||
f(<caret>error);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user