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

5 lines
121 B
Kotlin
Vendored

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