Files
kotlin-fork/idea/testData/intentions/copyConcatenatedStringToClipboard/simple.kt
T

4 lines
110 B
Kotlin
Vendored

// IS_APPLICABLE: true
// INTENTION_TEXT: Copy concatenation text to clipboard
val foo = "foo"<caret> + "bar"