Skip to content

Instantly share code, notes, and snippets.

@MarcinMoskala
Created March 4, 2019 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcinMoskala/d2d66e4ba6a2b06d05379757210dc3a9 to your computer and use it in GitHub Desktop.
Save MarcinMoskala/d2d66e4ba6a2b06d05379757210dc3a9 to your computer and use it in GitHub Desktop.
fun processPerson(person: Person?) {
val name = person?.name ?: return
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment