KT-14241 Add Intention + Inspection to remove empty class body (#968)
This commit is contained in:
committed by
Dmitry Jemerov
parent
4236a4dd07
commit
afe8244183
@@ -0,0 +1 @@
|
||||
class Foo
|
||||
@@ -0,0 +1,3 @@
|
||||
class Foo <spot>{
|
||||
|
||||
}</spot>
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention removes an empty class body.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user