[java-highlighting] Fix testdata, tooltips

Part of IDEA-365344 Create a new Java error highlighter with minimal dependencies (PSI only)

GitOrigin-RevId: ed0cf0daf5dbfb034882d49ad5e9c03f264b451e
This commit is contained in:
Tagir Valeev
2025-01-21 14:40:02 +01:00
committed by intellij-monorepo-bot
parent a0a7e71dff
commit 059a080ab3
43 changed files with 95 additions and 99 deletions

View File

@@ -4,7 +4,7 @@ public class ExTest {
}
{
Block<String> b = <error descr="Unhandled exception: ExTest.Ex">ExTest::maybeThrow;</error>
Block<String> b = ExTest::<error descr="Unhandled exception: ExTest.Ex">maybeThrow</error>;
}