what's the reason we don't have type inference for...
# announcements
c
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