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
As observed in ceylon/ceylon-compiler#2371, forward-reference checks can be circumvented. Issues with statement ordering with respect to declarations may exist as well.
This example produces surprising results where an immutable value seemingly changes, due to first being used in an uninitialized state:
As observed in ceylon/ceylon-compiler#2371, forward-reference checks can be circumvented. Issues with statement ordering with respect to declarations may exist as well.
This example produces surprising results where an immutable value seemingly changes, due to first being used in an uninitialized state:
Similarly, a
NullPointerException
can occur:ps - I realize this is not for 1.2.
The text was updated successfully, but these errors were encountered: