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
clearOutput
val big= 200_000_000
println(big / 100_000.0)
This code compiles and runs. However, when we run "Format Source" command, we get an error: Unable to format: Invalid literal number: _
and the formatter fails to format the code.
The text was updated successfully, but these errors were encountered:
Here is a sample:
This code compiles and runs. However, when we run "Format Source" command, we get an error:
Unable to format: Invalid literal number: _
and the formatter fails to format the code.
The text was updated successfully, but these errors were encountered: