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
Welcome to Scala version 2.11.7 (JavaHotSpot(TM) 64-BitServerVM, Java1.8.0_45).
Type in expressions to have them evaluated.
Type:help for more information.
scala>val`1`="foo"
<console>:5:error: ';' expected but double literal found.
lazyval$result=1^
<console>:10:error: ')' expected but double literal found.
+"1: String = "+ scala.runtime.ScalaRunTime.replStringOf(1, 1000)
^
<console>:13:error: ')' expected but '}' found.
}
^
The text was updated successfully, but these errors were encountered:
$ scala
Welcome to Scala2.11.8 (JavaHotSpot(TM) 64-BitServerVM1.8.0_60)
Type in expressions for evaluation. Ortry:help.
scala>.1
<console>:1:error: ';' expected but double literal found.
$intp.1^
The text was updated successfully, but these errors were encountered: