mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +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())
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -7,7 +7,7 @@ class CatchExceptions {
|
||||
|
||||
void bar() {
|
||||
try {
|
||||
foo();<caret>
|
||||
fo<caret>o();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user