Skip to content

Instantly share code, notes, and snippets.

@adam-arold
Created September 11, 2017 16:35
Show Gist options
  • Save adam-arold/a83328555586f45efeb523c440fc17d3 to your computer and use it in GitHub Desktop.
Save adam-arold/a83328555586f45efeb523c440fc17d3 to your computer and use it in GitHub Desktop.
getFirstAddress
/**
* 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