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
7 | val Unapply(x, y) = ""
| ^^^^^^^^^^^^^
|pattern's type String is more specialized than the right hand side expression's type String("")
|
|If the narrowing is intentional, this can be communicated by writing `: @unchecked` after the full pattern.
one error found