Closed lucaswerkmeister closed 10 years ago
Relevant line is generate.ceylon#63.
I’ve tagged this issue “easy” with the intention that new contributors can come and fix it; I’ll hold off fixing it myself for a while, as it’s not terribly important.
(
SparseFormattingOptions
can be viewed here.)SparseFormattingOptions
decorates already optional types likeInteger?
with an additional ‘?
’:While this is not wrong (the compiler infers that
Integer|Null|Null
is equivalent toInteger|Null
), it just looks weird, and everyone who sees it and knows that that source is generated will know immediately that I forgot something there.