Created
May 30, 2018 13:31
-
-
Save bijancn/f3b4dfe9f0b05c955d6dc65cd9a29f0d 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 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