1.2 spec conformance: allow None
values for call inputs where the input is non-optional in type but has a default value
#325
Labels
According to the spec, inputs with a default value should accept
None
regardless of the type of the input being optional; the intention is to signify that the call should always use the default value for the input (i.e. cannot be overridden by a nested input).The task should print
1
.Instead, we error from static analysis:
The text was updated successfully, but these errors were encountered: