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
several guards on the same line is a valid code.
But unfortunately, if you place several guards on the same line, starting from a new line, a compilation error occurs.
for {
x <-1 to 5iftrueiftrue
} yield x
for {
x <-1 to 5iftrueiftrue
} yield x
for {
x <-1 to 5iftrueiftrue
} yield x
for {
x <-1 to 5iftrueiftrue
} yield x