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

4 lines
103 B
Plaintext
Vendored

// IS_APPLICABLE: true
// INTENTION_TEXT: Copy concatenation text to clipboard
val foo = "foo" + "bar"