Checked exceptions in Kotlin

This inspection works only for methods annotated with com.intellij.openapi.ThrowsChecked.

The inspection tries to find cases when an annotated function is called, but the exception is not caught.

Differences from Java's checked exceptions: