lint-rules icon indicating copy to clipboard operation
lint-rules copied to clipboard

[Feature request] `@throws` annotation in kdoc is not implemented

Open MairwunNx opened this issue 4 years ago • 0 comments

That code currently not causes warnings about not catched exceptions

/**
 * @throws IllegalStateException when state is illegal
 */

MairwunNx avatar Sep 07 '21 15:09 MairwunNx