correcty index escaped identifiers
#KT-8846 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package testing.rename
|
||||
|
||||
public open class C {
|
||||
public fun second() = 1
|
||||
|
||||
public fun foo() = second()
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
package testing.rename
|
||||
|
||||
public open class C {
|
||||
public fun `first`() = 1
|
||||
|
||||
public fun foo() = `first`()
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "KOTLIN_FUNCTION",
|
||||
"classId": "testing/rename/C",
|
||||
"oldName": "first",
|
||||
"newName": "second"
|
||||
}
|
||||
Reference in New Issue
Block a user