Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
copyConcatenatedStringToClipboard
/
variables.kt
blob: 70ca8c30c87a495b484839febb7557d698fb0bc1 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: true
// INTENTION_TEXT: Copy concatenation text to clipboard
val b
=
100
val s
=
""
+
b
<caret>
+
"foo"