Created
September 11, 2017 16:35
-
-
Save adam-arold/a83328555586f45efeb523c440fc17d3 to your computer and use it in GitHub Desktop.
getFirstAddress
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
/** | |
* Here the return type is inferred. Note that | |
* if a method consists of only one statement | |
* you can omit the curly braces. | |
*/ | |
fun getFirstAddress() = addresses.first() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment