Rename: Add quotes to declaration name if necessary
#KT-22708 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun <caret>foo() {}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
foo()
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
fun `is`() {}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
`is`()
|
||||
}
|
||||
Reference in New Issue
Block a user