Skip to content

Instantly share code, notes, and snippets.

@prateek54
Last active September 17, 2020 08:05
Show Gist options
  • Save prateek54/d9d5aaaa35214c8f55b53fc62bbd36ec to your computer and use it in GitHub Desktop.
Save prateek54/d9d5aaaa35214c8f55b53fc62bbd36ec to your computer and use it in GitHub Desktop.
Null Safety a battle in Kotlin 1
if(avengers!= null && avenger.haveInfinityStones()) {
destroyThanos(avengers);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment