mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
highlight only method name on unhandled exception (IDEA-190912)
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ class MyTest<T> {
|
||||
public MyTest() throws IOException {}
|
||||
|
||||
void m() {
|
||||
MyTest<String> test = <error descr="Unhandled exception: java.io.IOException">new MyTest<>()</error>;
|
||||
MyTest<String> test = new <error descr="Unhandled exception: java.io.IOException">MyTest<></error>();
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user