Skip to content

Instantly share code, notes, and snippets.

@adam-arold
Created September 11, 2017 16:34
Show Gist options
  • Save adam-arold/58c106ff475e9c261ac39cfd76b602ae to your computer and use it in GitHub Desktop.
Save adam-arold/58c106ff475e9c261ac39cfd76b602ae to your computer and use it in GitHub Desktop.
getFirstAddressInferred
/**
* Here the type of `firstAddress` is inferred from the context.
*/
fun getFirstAddressInferred(): Address {
val firstAddress = addresses.first()
return firstAddress
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment