Rename: Use RenameKotlinParameterProcessor for constructor/lambda parameters
#KT-13253 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
class A {
|
||||
constructor(/*rename*/cpa: Int, cpb: Int)
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "MARKED_ELEMENT",
|
||||
"mainFile": "test.kt",
|
||||
"newName": "cpb",
|
||||
"withRuntime": "true",
|
||||
"hint": "Parameter 'cpb' is already declared in constructor 'A'"
|
||||
}
|
||||
Reference in New Issue
Block a user