Rename: Fix renaming of backquoted property accessors

#KT-23298 Fixed
This commit is contained in:
Alexey Sedunov
2018-03-19 15:17:15 +03:00
parent 2104a0fa2b
commit 14b1bdf627
4 changed files with 14 additions and 5 deletions
@@ -0,0 +1 @@
val <caret>`in` = 42
@@ -0,0 +1 @@
val `object` = 42