Introduce "cascade if" inspection suggesting replacement with when

So #KT-18615 Fixed
This commit is contained in:
Mikhail Glukhikh
2017-06-27 18:21:08 +03:00
committed by Mikhail Glukhikh
parent 1ddaee5b4a
commit 8273eff1a1
15 changed files with 256 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports if statements with three or more branches that can be replaced with when.
</body>
</html>