I'm sometimes annoyed that `listOf(a) + listOf(b)`...
# language-proposals
m
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.