lunatech-labs/lunatech-scala2-to-scala3-course

Remove pattern guard from pattern matching expressions

Opened this issue · 0 comments

Adding pattern guards on case clauses leads to the inability of the compiler to check if a pattern match is complete.
Let's remove this to illustrate how this should be done. Move the tests inside the expression executed.