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
This commit is contained in:
committed by
Roman Golyshev
parent
50c477bee1
commit
3461effd47
@@ -0,0 +1,6 @@
|
||||
fun take(a: String) {}
|
||||
|
||||
fun usage() {
|
||||
take("new_resource.txt")
|
||||
take("new_resource.txt")
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
resource content
|
||||
@@ -0,0 +1,6 @@
|
||||
fun take(a: String) {}
|
||||
|
||||
fun usage() {
|
||||
take("resource.txt")
|
||||
take("./resource.txt")
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
resource content
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"type": "FILE",
|
||||
"file": "resource.txt",
|
||||
"newName": "new_resource.txt"
|
||||
}
|
||||
Reference in New Issue
Block a user