Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
copyConcatenatedStringToClipboard
/
simple.kt.after
blob: 7de9792f411b6aaddce67a24179dcfffa9ccfa13 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: true
// INTENTION_TEXT: Copy concatenation text to clipboard
val foo
=
"foo"
+
"bar"