Extend selection: select escaped identifier name without backticks (KT-31499)

#KT-31499 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-05-23 14:26:48 +09:00
committed by Nikolay Krasko
parent 9b04af9968
commit 8afa938723
7 changed files with 38 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
fun `my <caret>function`() {
}
+2
View File
@@ -0,0 +1,2 @@
fun `my <selection><caret>function</selection>`() {
}
+2
View File
@@ -0,0 +1,2 @@
fun `<selection>my <caret>function</selection>`() {
}
+2
View File
@@ -0,0 +1,2 @@
fun <selection>`my <caret>function`</selection>() {
}