You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LL FIR] LLFirDiagnosticVisitor: prefer logging to runtime exceptions
It's better to log errors than throw them right away, as in this case
we won't interrupt other checkers. It will help the IntelliJ plugin
to not break the entire highlighting.
^KT-68021 Fixed
Copy file name to clipboardExpand all lines: analysis/low-level-api-fir/src/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostics/LLFirDiagnosticVisitor.kt
0 commit comments