Files
kotlin-fork/idea/resources/inspectionDescriptions/RedundantAsync.html
T
2018-05-11 17:36:35 +03:00

6 lines
175 B
HTML

<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>