Introduce "redundant suspend" inspection #KT-19103 Fixed

This commit is contained in:
Mikhail Glukhikh
2017-12-04 18:17:42 +03:00
parent edefb45585
commit 4404439521
9 changed files with 283 additions and 21 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports 'suspend' modifier as redundant if no other suspend functions are called inside
</body>
</html>