Extend "async result unused" to "Deferred result unused" #KT-15063 Fixed
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user