Remove parentheses after deleting the last unused constructor parameter
So #KT-16636 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
7ade2bb708
commit
c5b7d0f0df
+1
-1
@@ -1,2 +1,2 @@
|
||||
// "Safe delete 'property'" "true"
|
||||
class UnusedPropertyAsConstructorParameter()
|
||||
class UnusedPropertyAsConstructorParameter<caret>
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
// "Safe delete 'property'" "true"
|
||||
class UnusedPropertyAsConstructorParameter(val <caret>property: String, val foo: String)
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// "Safe delete 'property'" "true"
|
||||
class UnusedPropertyAsConstructorParameter(<caret>val foo: String)
|
||||
Reference in New Issue
Block a user