Analyzer: Non-recoverable state with new Function #30760
Labels
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
The following code will at least for me, silently crash the analyzer:
Do you see the problem? I didn't 😢 , I needed to write
T Function<T>()
.Once I did that, the analyzer kicked back in again, but without it I lost basic syntax highlighting and everything else in my file. Unlike other occasions, I didn't get any sort of error/crash, and hitting "restart analysis server" in IntelliJ did nothing to help.
The text was updated successfully, but these errors were encountered: