8 lines
162 B
Plaintext
Vendored
8 lines
162 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// INTENTION_TEXT: "Replace with 'sum()'"
|
|
// IS_APPLICABLE_2: false
|
|
fun foo(list: List<Byte>): Int {
|
|
val <caret>s = list.sum()
|
|
return s
|
|
}
|