Join Slack
Powered by
If you had an interface that you're implementing i...
# announcements
k
kz
09/15/2017, 9:19 PM
If you had an interface that you're implementing instead this would be a bit cleaner:
Copy code
interface Foo { val value: String } class Example : Foo { override var value = "" private set }
Open in Slack
Previous
Next