Join Slack
Communities
Powered by
`class A(b: B) : I by b` is the same as `class A(v...
# announcements
a
Andreas Sinz
04/27/2018, 12:43 PM
class A(b: B) : I by b
is the same as
class A(val b: B): I { override val i = b.i }
Open in Slack
Previous
Next