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

4 lines
56 B
Kotlin
Vendored

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