Remove redundant backticks: fix false positive for multiple underscores

#KT-37496 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-03-14 15:27:26 +09:00
committed by Ilya Kirillov
parent 34cfe7dfdb
commit 6eebe21897
4 changed files with 20 additions and 3 deletions
@@ -0,0 +1,4 @@
// PROBLEM: none
fun test() {
val <caret>`__` = ""
}
@@ -0,0 +1,4 @@
// PROBLEM: none
fun test() {
val <caret>`__________` = ""
}