improve support for renaming overriding methods in enum entries

#KT-8891 Fixed
This commit is contained in:
Dmitry Jemerov
2015-08-26 17:02:41 +02:00
parent a012fd0c7d
commit c7b26ed7ca
6 changed files with 38 additions and 8 deletions
@@ -0,0 +1,6 @@
{
"type": "KOTLIN_FUNCTION",
"classId": "test/E.A",
"oldName": "foo",
"newName": "bar"
}