Is it possible to define a property to adhere to m...
# getting-started
s
Is it possible to define a property to adhere to multiple interfaces? Something like
var drawables: MutableList<Drawable, Disposable>
where
Drawable
and
Disposable
are both interfaces?