Join Slack
Communities
Powered by
``` fun Car(description: String) : Car { val col...
# announcements
o
orangy
12/16/2016, 6:32 PM
Copy code
fun Car(description: String) : Car { val color = … val model = … return Car(color, model) }
Open in Slack
Previous
Next