5 lines
141 B
Plaintext
Vendored
5 lines
141 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// INTENTION_TEXT: "Replace with '+='"
|
|
fun foo(list: List<String>, target: MutableList<String>) {
|
|
<caret>target += list
|
|
} |