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