Files
kotlin-fork/idea/testData/inspectionsLocal/removeRedundantBackticks/identifierContainingSpaces.kt
T
2018-02-28 14:03:43 +03:00

4 lines
73 B
Kotlin
Vendored

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