Join Slack
Powered by
I'm sometimes annoyed that `listOf(a) + listOf(b)`...
# language-proposals
m
mg6maciej
05/02/2017, 7:06 AM
I'm sometimes annoyed that
listOf(a) + listOf(b)
returns
List<Any>
when
a
and
b
are like of
IImpl1
and
IImpl2
from the example above, so good to hear you are working on improving TI.
Open in Slack
Previous
Next