mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
IDEA-66266 (add/remove modifier quick fix to work on explicit ones only)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// "Make 'e' not final" "false"
|
||||
|
||||
class C {
|
||||
static {
|
||||
try {
|
||||
throw new Exception();
|
||||
}
|
||||
catch (RuntimeException | IOException e) {
|
||||
<caret>e = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user