Animesh Sahu
10/03/2020, 3:39 PMfun <T : SomeClass<*>> SomeOtherClass<*>.function() {...}
Such that we can guarantee the two star-projections must be equal? I know we can introduce another generic, but that'll lead to redefine that explicitly twice like function<T<E>, E>
when calling the function. So is there any way we can omit that extra generic and use some implicit kind of thing?tseisel
10/03/2020, 7:24 PM