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
scala> case class RootInterface(
| timestamp: Int
| )
defined class RootInterface
scala> val x = RootInterface(timestamp = 1415746800000)
<console>:1: error: integer number too large
val x = RootInterface(timestamp = 1415746800000)
^
scala>