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>
The text was updated successfully, but these errors were encountered:
Example
Input
Output
Scala REPL (2.10.6)
The text was updated successfully, but these errors were encountered: