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

4 lines
50 B
Plaintext
Vendored

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