DescriptionAdjusted grammar in spec to handle nullability token `?`.
As a followup on discussions in dart-lang-evolution issue 59, here is
a proposal for grammar updates. It includes new non-terminals
`classDenotation` and `classDenotationList` (which are terms denoting
a class or a list of classes) and uses them in the locations where the
nullability token `?` is not intended to be supported. Moreover, the
non-terminal `type` is adjusted to allow a final `?`.
Patch Set 1 #Patch Set 2 : Added two questionmarks that I forgot at first. #
Total comments: 4
Messages
Total messages: 6 (2 generated)
|