Closed RiniceSiberia closed 8 months ago
Fixed in 2.1.1
it hasn't been fixed
Hmm There are really 2 cases 1) (the fixed one) is where the the caught exception was a kotlin exception (with type alias) 2) (this is not fixed) is where the caught exception is a java exception. So if both are kotlin exceptions then that is another issue. eg:
However a simple test yields this
But adding the also is what triggers this.
Thus this is actually a new issue :) https://github.com/csense-oss/idea-kotlin-checked-exceptions/issues/26