Last active
November 5, 2016 14:05
-
-
Save sliskiCode/a0fde6dccdfba412386bf00aaa65fe5b to your computer and use it in GitHub Desktop.
Quick dive in Kotlin extensions 3
This file contains hidden or 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
| String foo = "Piotr Slesarew"; | |
| StringKtTestKt.removeWhitespaces(foo); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment