Introduce "redundant async" inspection #KT-24235 Fixed
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user