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