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

4 lines
115 B
Kotlin
Vendored

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