Files
kotlin-fork/idea/testData/inspectionsLocal/removeRedundantBackticks/property.kt
T

4 lines
52 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
val <caret>`a` = 1
}