Introduce "redundant async" inspection #KT-24235 Fixed

This commit is contained in:
Mikhail Glukhikh
2018-05-11 15:01:05 +03:00
parent 365c13c38e
commit 13be7803bb
19 changed files with 564 additions and 1 deletions
@@ -0,0 +1,6 @@
<html>
<body>
This inspection reports <b>async</b> call that is immediately followed by <b>await</b>.
Such a call can be replaced with a kind of blocking call.
</body>
</html>