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
This case can be now resolved using a conditional expression which was implemented in #94. Closing this one now. Feel free to reopen if there is a compelling use case
Situation
Think of non-null variable that would be set later with different values on different conditions.
Proposal
I think it would be nice if we can define a variable with
late
modifier.something like
late let test: Int;
so we can set its value later.The text was updated successfully, but these errors were encountered: