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
@@ -7,7 +7,7 @@ class CatchExceptions {
|
||||
|
||||
void bar() {
|
||||
try {
|
||||
foo();<caret>
|
||||
fo<caret>o();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user