Files
kotlin-fork/idea/testData/intentions/indentRawString/notRawString.kt
T
2018-05-03 17:05:14 +03:00

4 lines
65 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun test() {
val foo = <caret>"foo"
}