KT-14241 Add Intention + Inspection to remove empty class body (#968)

This commit is contained in:
Yoshinori Isogai
2016-10-11 02:24:39 +09:00
committed by Dmitry Jemerov
parent 4236a4dd07
commit afe8244183
15 changed files with 117 additions and 0 deletions
@@ -0,0 +1,3 @@
class Foo <spot>{
}</spot>
@@ -0,0 +1,5 @@
<html>
<body>
This intention removes an empty class body.
</body>
</html>