mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-03 15:50:52 +07:00
IDEA-66266 (add/remove modifier quick fix to work on explicit ones only)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// "Make 'r' not final" "false"
|
||||
|
||||
class C {
|
||||
void m() throws Exception {
|
||||
try (AutoCloseable r = null) {
|
||||
<caret>r = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user