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
In the following code, the else and end are highlighted as belonging to the def: the if appears to be treated as a modifier despite being in an expression context.
deffoox= \
ifa1else2endend
Indentation seems to be correspondingly mislead, too.