unhandled exception: shrink the highlighted range (IDEA-177234)

This commit is contained in:
Anna.Kozlova
2017-08-09 18:38:29 +02:00
parent 415b8f08ef
commit 3d1ba95725
7 changed files with 12 additions and 13 deletions
@@ -4,7 +4,7 @@ public class ExTest {
}
{
Block<String> b = (t) -> <error descr="Unhandled exception: ExTest.Ex">ExTest.maybeThrow(t)</error>;
Block<String> b = (t) -> ExTest.<error descr="Unhandled exception: ExTest.Ex">maybeThrow(t)</error>;
}