Remove Redundant Backticks: Fix inspection applicability

#KT-22804 Fixed
This commit is contained in:
Alexey Sedunov
2018-02-20 16:29:32 +03:00
parent f65fe0dd5f
commit a194eb94cf
2 changed files with 13 additions and 7 deletions
@@ -1,4 +1,4 @@
// PROBLEM: none
fun foo() {
<caret>val ` two words ` = "two words"
val <caret>` two words ` = "two words"
}