Does `someInstanceOfBase.apply<Base> { ... }...
# announcements
m
Does
someInstanceOfBase.apply<Base> { ... }
work?
c
Yes. Nice!
Although it not very beautiful, it is a bit better than being forced to use
also
with its
it.*
m
I guess the problem would still remain if the
apply
-method in
Base
only had a single type parameter though.