Join Slack
Communities
Powered by
another question... you can override the mutabilit...
# announcements
m
menegatti
07/17/2017, 3:38 PM
another question... you can override the mutability of a variable defined in an interface
Copy code
interface A { val b : Int } class B { override var b: Int = 0 }
Open in Slack
Previous
Next