Files
kotlin-fork/idea/testData/inspectionsLocal/removeRedundantBackticks/underscores2.kt
T
2020-04-01 00:46:22 +03:00

4 lines
64 B
Kotlin
Vendored

// PROBLEM: none
fun test() {
val <caret>`__________` = ""
}