mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
cleanup try statement on resources list deletion (IDEA-109543)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class ARM {
|
||||
void f() {
|
||||
try (AutoCloseable <caret>r = null) {
|
||||
} finally {}
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
class ARM {
|
||||
void f() {
|
||||
try {
|
||||
} finally {}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,4 @@
|
||||
class ARM {
|
||||
void f() {
|
||||
try {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user