Rename: Fix field identifier replacement #KT-8018 Fixed

This commit is contained in:
Alexey Sedunov
2015-06-15 13:43:53 +03:00
parent 98dce65337
commit 62f9672461
6 changed files with 44 additions and 2 deletions
@@ -0,0 +1,6 @@
class Exp(p1: String) {
val /*rename*/prop11: String = p1
get(): String {
return $prop11
}
}
@@ -0,0 +1,6 @@
class Exp(p1: String) {
val /*rename*/prop1: String = p1
get(): String {
return $prop1
}
}
@@ -0,0 +1,6 @@
{
"type": "MARKED_ELEMENT",
"newName": "prop11",
"mainFile": "test.kt",
"checkErrorsAfter": "true"
}