What's the correct way to take an inline reified `...
# announcements
s
What's the correct way to take an inline reified
Collection<T>
? Use case is a property delegate where
getValue
returns
Collection<T>
when the type of the
val
is
Collection<T>
. I.e.
val foo: Collection<String> by bar
.
s
like, accept as a function parameter? what do you mean by “take”
s
As a generic parameter to an operator, as in the example
k
That needs an example simple smile