eygraber
01/05/2023, 2:06 AMbar
with both types specified. Why can't Parent
be inferred from the receiver?
inline fun <Parent, reified Child : Parent> Foo<Parent>.bar()
Youssef Shoaib [MOD]
01/08/2023, 12:15 PMmyFoo.bar<_, ChildType>()
Youssef Shoaib [MOD]
01/08/2023, 12:16 PM