``` fun test(a: List<Int>, b: List<Double...
# language-proposals
d
Copy code
fun test(a: List<Int>, b: List<Double>) = a + b