Implement Intention + Inspection to remove empty secondary constructor body #KT-14326 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
495dd3641c
commit
8a73a1da2c
+1
@@ -0,0 +1 @@
|
||||
constructor(a: Int)
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
constructor(a: Int) <spot>{
|
||||
|
||||
}</spot>
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention removes empty bodies of secondary constructors
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user