The current solution I have is to cast Impl constr...
# announcements
s
The current solution I have is to cast Impl constructor arg:
class Impl(foo: Foo<Baz> as Foo<Bar>): Other(foo)