ValV
09/26/2018, 6:26 PMout Any
cannot be passed as reified
, can it? When my code passes <SomeType, out Any>
as <S, reified T>
diesieben07
09/26/2018, 6:35 PMSomeType<out Foo>
, but you cannot pass out Foo
itself.ValV
09/26/2018, 6:51 PMreified T
from out of `out Any`'s position