I am getting type error here.. what am I missing? ...
# getting-started
p
I am getting type error here.. what am I missing?
Copy code
numbers.sumBy { row ->
    row.forEach { _ ->
        return@sumBy 5
    }
}
😁 2
🎄 2