Rename: Use RenameKotlinParameterProcessor for constructor/lambda parameters

#KT-13253 Fixed
This commit is contained in:
Alexey Sedunov
2016-08-15 15:51:23 +03:00
parent 2e887ebcef
commit ad3ffdab18
11 changed files with 63 additions and 3 deletions
@@ -0,0 +1,5 @@
package test
class A {
constructor(/*rename*/cpa: Int, cpb: Int)
}
@@ -0,0 +1,7 @@
{
"type": "MARKED_ELEMENT",
"mainFile": "test.kt",
"newName": "cpb",
"withRuntime": "true",
"hint": "Parameter 'cpb' is already declared in constructor 'A'"
}