Created
May 30, 2018 13:46
-
-
Save bijancn/e937a868ec7dcdafe615e97f24f16399 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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