Rename: Implement conflict analysis for parameters. Qualify property references to avoid shadowing by parameters

#KT-10687 Fixed
(cherry picked from commit 7d6466d)
This commit is contained in:
Alexey Sedunov
2016-06-10 14:24:28 +03:00
parent c9f659e89b
commit b87d8e29e4
9 changed files with 134 additions and 17 deletions
@@ -0,0 +1,7 @@
{
"type": "MARKED_ELEMENT",
"mainFile": "test/test.kt",
"newName": "b",
"withRuntime": "true",
"hint": "Parameter 'b' is already declared in function 'foo'"
}