Now, when you use `Derived1` and `Derived2` in exp...
# eap
d
Now, when you use
Derived1
and
Derived2
in expression,
Impl
can be implicitly inferred, BE will emit CHECKCAST, boom. Actually you can write similar code in Java (that would implicitly infer
Impl
), it'd just take a bit more of "creativity" to do so.