Skip to content

Instantly share code, notes, and snippets.

@bijancn
Created May 30, 2018 13:31
Show Gist options
  • Save bijancn/f3b4dfe9f0b05c955d6dc65cd9a29f0d to your computer and use it in GitHub Desktop.
Save bijancn/f3b4dfe9f0b05c955d6dc65cd9a29f0d to your computer and use it in GitHub Desktop.
val x = new java.lang.StringBuilder("Hello")
val r1 = x.append(" World").toString
val r2 = x.append(" World").toString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment