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
if (!exists x) and if (!nonempty x) are now allowed, in conjunction with destructuring (#75) but logically separate from it. I musn’t forget to support this too. See ceylon/ceylon-spec#817 and ceylon/ceylon-spec@d024d99.
The text was updated successfully, but these errors were encountered:
Ah, good point. But it can be a pattern variable plus specifier expression (if (!exists nil = null of Anything)), which I’m representing as SpecifiedPattern (not yet committed, WIP), so that will have to be an assertion.
if (!exists x)
andif (!nonempty x)
are now allowed, in conjunction with destructuring (#75) but logically separate from it. I musn’t forget to support this too. See ceylon/ceylon-spec#817 and ceylon/ceylon-spec@d024d99.The text was updated successfully, but these errors were encountered: