Fix: String templates suggest removing curly braces for backtick escaped identifiers
This commit is contained in:
committed by
Nikolay Krasko
parent
17a4506575
commit
9ab54d0e44
+4
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: true
|
||||
fun foo(`object`: Any) {
|
||||
val bar = "$<caret>{`object`}"
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: true
|
||||
fun foo(`object`: Any) {
|
||||
val bar = "$`object`"
|
||||
}
|
||||
Reference in New Issue
Block a user