Join Slack
Powered by
what's the reason we don't have type inference for...
# announcements
c
cleiter
08/25/2016, 9:03 AM
what's the reason we don't have type inference for constructor args with default values? i can have a field
var x = 0
but in a constructor i need to write
var x: Int = 0
2
Views
Open in Slack
Previous
Next