Files
kotlin-fork/idea/testData/refactoring/rename/renameReferencedResourceFile/renameReferencedResourceFile.test
T
Roman Golyshev 3461effd47 KT-33372 Remove renaming file reference to the contents of the file
- There is still a hack with returning null from `getLastFileReference`,
it is here to keep KT-25674 issue fixed
- Overrides of `bindToElement` are removed, they caused renames of the
file references to their contents
- Code of `KotlinFilePathReferenceContributor.kt` is refactored
- ^KT-33372 ^KT-32514 ^KT-36306 Fixed
2020-02-16 17:08:11 +03:00

5 lines
79 B
Plaintext
Vendored

{
"type": "FILE",
"file": "resource.txt",
"newName": "new_resource.txt"
}