Remove redundant backticks: fix false positive for multiple underscores
#KT-37496 Fixed
This commit is contained in:
committed by
Ilya Kirillov
parent
34cfe7dfdb
commit
6eebe21897
@@ -0,0 +1,4 @@
|
||||
// PROBLEM: none
|
||||
fun test() {
|
||||
val <caret>`__` = ""
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// PROBLEM: none
|
||||
fun test() {
|
||||
val <caret>`__________` = ""
|
||||
}
|
||||
Reference in New Issue
Block a user