Join Slack
Powered by
The current solution I have is to cast Impl constr...
# announcements
s
supaham
06/16/2017, 2:58 AM
The current solution I have is to cast Impl constructor arg:
class Impl(foo: Foo<Baz> as Foo<Bar>): Other(foo)
Open in Slack
Previous
Next