Rename: Quote parameter name when necessary
#KT-13463 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
fun foo(`22`: Int) {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
fun foo(/*rename*/a: Int) {
|
||||
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "MARKED_ELEMENT",
|
||||
"mainFile": "test/test.kt",
|
||||
"newName": "22",
|
||||
"withRuntime": "true"
|
||||
}
|
||||
Reference in New Issue
Block a user