Skip to content

Instantly share code, notes, and snippets.

@sliskiCode
Last active December 5, 2017 20:58
Show Gist options
  • Save sliskiCode/906daa52d78dbd420c1715914a01743d to your computer and use it in GitHub Desktop.
Save sliskiCode/906daa52d78dbd420c1715914a01743d to your computer and use it in GitHub Desktop.
6 magic sugars that can make your Kotlin codebase happier #13
val sugar = "Fructos"
with(sugar) {
println(toUpperCase())
println(toLowerCase())
println(capitalize())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment