Extend "async result unused" to "Deferred result unused" #KT-15063 Fixed

This commit is contained in:
Mikhail Glukhikh
2018-05-16 12:06:21 +03:00
parent ffcfa51fbf
commit b8375d4864
15 changed files with 113 additions and 51 deletions
@@ -1,6 +0,0 @@
<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>
@@ -0,0 +1,6 @@
<html>
<body>
This inspection reports calls with <b>kotlinx.coroutines.experimental.Deferred</b> result that is never used,
so nobody will wait for execution of all related actions.
</body>
</html>