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
objectCheetSheet {
println("Welcome to the Scala worksheet")
defexample=2// evaluated when calledvalexample2=2// evaluated immediatlylazyvalexample3=2//evaluated once when needed
}
The error message above disappears when the last comment goes to the next line like this:
objectCheetSheet {
println("Welcome to the Scala worksheet")
defexample=2// evaluated when calledvalexample2=2// evaluated immediatlylazyvalexample3=2//evaluated once when needed
}
The text was updated successfully, but these errors were encountered:
Error : Missing closing brace
}
assumed hereThe error message above disappears when the last comment goes to the next line like this:
The text was updated successfully, but these errors were encountered: