Last active
January 8, 2018 11:09
-
-
Save sliskiCode/ee8189b71e57baf520b83aa457b9ba5e to your computer and use it in GitHub Desktop.
6 magic sugars that can make your Kotlin codebase happier #29
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 searchQuery = "foo" | |
toolbar { | |
}. openSearch() { | |
type(searchQuery) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment