Join Slack
Powered by
<@U0ANSGGVC>: The example below works OK for me: ...
# eap
a
abreslav
01/29/2016, 11:40 AM
@kirillrakhman
: The example below works OK for me:
Copy code
interface Foo { val a: Int } class Bar : Foo { override var a: Int = 1 private set }
Do you get an error in it? Which error?
2
Views
Open in Slack
Previous
Next