Join Slack
Powered by
``` fun test(a: List<Int>, b: List<Double...
# language-proposals
d
dmitry.petrov
05/02/2017, 7:09 AM
Copy code
fun test(a: List<Int>, b: List<Double>) = a + b
Open in Slack
Previous
Next