Files
kotlin-fork/idea/resources/inspectionDescriptions/ControlFlowWithEmptyBody.html
T
Toshiaki Kameyama 65f06454be Add "Control flow with empty body" inspection
#KT-30970 Fixed
2019-05-29 18:04:24 +07:00

5 lines
144 B
HTML

<html>
<body>
This inspection reports that <b>if</b>, <b>when</b>, <b>for</b>, <b>while</b> and also expressions has empty body.
</body>
</html>