Skip to content

Instantly share code, notes, and snippets.

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