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
Since case classes do not require the val keyword for parameters of case class primary constructor and do not require the new keyword to create an instance of a case class, the example above could be simplified as follows: