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

4 lines
73 B
Kotlin
Vendored

// PROBLEM: none
fun foo() {
<caret>val ` two words ` = "two words"
}