Skip to content

Instantly share code, notes, and snippets.

@luanpotter
Created March 29, 2021 00:14
Show Gist options
  • Save luanpotter/af4f8a18bb1a6030186bdff095fb1127 to your computer and use it in GitHub Desktop.
Save luanpotter/af4f8a18bb1a6030186bdff095fb1127 to your computer and use it in GitHub Desktop.
Dog? dog = maybeGetDog();
if (dog != null) { // really this is just check for `dog is Dog`
dog.bark(); // smart cast to Dog
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment