kh-bd / interp4j-intellij-plugin

Intellij plugin to support interp4j library
3 stars 1 forks source link

New `unrecheable code` inspection does not work properly with `s()` #33

Closed KhadanovichSergey closed 3 weeks ago

KhadanovichSergey commented 1 month ago

Unreacheable code inspection analizes code statically and emits warning that any code after s() call is not reacheable.