Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Last active August 29, 2015 14:12
Show Gist options
  • Save ostretsov/3094f119b789afd2288a to your computer and use it in GitHub Desktop.
Save ostretsov/3094f119b789afd2288a to your computer and use it in GitHub Desktop.
println(1.toString) // outputs what is expected
println(1.toString()) // ok
println("scala is great!".capitalize) // ok
println("scala is great!".capitalize()) // Error!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment