You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We’ll keep the first variant for now. ceylon.ast can, by its nature, break compatibility between language releases anyway, so I’m not too concerned about potentially making this change after the initial release.
We could have either
ValueSetterDefinition(LIdentifier name, Block|LazySpecifier definition, Annotations annotations)
or something like
AnyValueSetterDefinition(Block|LazySpecifier definition)
(abstract)ValueSetterDefinition(LIdentifier name, Block definition, Annotations annotations)
ValueSetterShortcutDefinition(LIdentifier name, LazySpecifier definition, Annotations annotations)
Which one is better?
The text was updated successfully, but these errors were encountered: