mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
highlight only method name on unhandled exception (IDEA-190912)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class Test {
|
||||
Test() {
|
||||
foo(<error descr="Unhandled exception: java.lang.Exception">this::fs</error>);
|
||||
foo((s) -> <error descr="Unhandled exception: java.lang.Exception">fs(s)</error>);
|
||||
foo((s) -> <error descr="Unhandled exception: java.lang.Exception">fs</error>(s));
|
||||
}
|
||||
|
||||
void foo(I<String, String> iss) {}
|
||||
|
||||
Reference in New Issue
Block a user