Configuration menu Browse the repository at this point in the history
Catch java.lang.NoSuchFieldError when looking for WHEN_ENTRY_GUARD in… … kotlin version 2.0.1 (#2857) As this exception was not caught in the rule, and also not in the RuleExecutionContext it terminated linting/formatting of files containing a WHEN_ENTRY with an exception. In the Ktlint CLI this exception was swallowed. In ktlint-intellij-plugin the exception was recorded and became visible to users. Closes #2856 Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history