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
When assign default values for property parameters and assign 'null' or 'undefined' value, resulting code generate instructions that do not make sense.
Example:
source:
result:
What is expected:
Probably no code at all as result since it does assign + check, but logically it is invalid