mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
highlight only method name on unhandled exception (IDEA-190912)
This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ class Test {
|
||||
}
|
||||
|
||||
void m() {
|
||||
try (MyResource r = <caret>new MyResource())
|
||||
try (MyResource r = new My<caret>Resource())
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user