4 lines
110 B
Kotlin
Vendored
4 lines
110 B
Kotlin
Vendored
// IS_APPLICABLE: true
|
|
// INTENTION_TEXT: Copy concatenation text to clipboard
|
|
|
|
val foo = "foo"<caret> + "bar" |