Join Slack
Communities
Powered by
I've never done this.. but, how do I specify that ...
# getting-started
m
mbickel
06/06/2016, 5:23 PM
I've never done this.. but, how do I specify that a class implements parts of the interface by delegation? Like:
interface A: B, C; class DefaultA(val b: B, val c: C): B by b, C by c
(but now including
A
)
Open in Slack
Previous
Next