Rename: Fix Find Usages/Rename for parameter references in XML files

#KT-11967 Fixed
This commit is contained in:
Alexey Sedunov
2016-04-20 17:25:42 +03:00
parent 6a1387b9b9
commit d456aa6ba8
18 changed files with 114 additions and 5 deletions
@@ -1 +1 @@
Function call 8 open fun processRequest() = doProcessRequest()
Function call 8 open fun processRequest() = doProcessRequest()
@@ -1 +1,2 @@
Value read 8 open fun processRequest() = foo
Value read 12 override fun processRequest() = "foo" + foo
Value read 8 open fun processRequest() = foo
@@ -1,3 +1,3 @@
[kotlinPrivatePropertyUsages2.0.kt] Named argument 9 public class ServerEx(): Server(foo = "!") {
[kotlinPrivatePropertyUsages2.0.kt] Value read 6 open fun processRequest() = foo
[kotlinPrivatePropertyUsages2.1.kt] Named argument 5 println(Server(foo = "!").foo)
[kotlinPrivatePropertyUsages2.1.kt] Named argument 5 println(Server(foo = "!").foo)