Introduce inspection "async result unused" #KT-24433 Fixed

This commit is contained in:
Mikhail Glukhikh
2018-05-15 18:42:12 +03:00
parent d0c045e4ba
commit ffcfa51fbf
13 changed files with 180 additions and 1 deletions
@@ -0,0 +1,6 @@
<html>
<body>
This inspection reports <b>async</b> call that is never used,
so all actions inside <b>async</b> are never executed.
</body>
</html>