Skip to content

Instantly share code, notes, and snippets.

@luanpotter
Created March 29, 2021 00:14
Show Gist options
  • Save luanpotter/4034685fb5f778ee2380f69bc4e09c30 to your computer and use it in GitHub Desktop.
Save luanpotter/4034685fb5f778ee2380f69bc4e09c30 to your computer and use it in GitHub Desktop.
Animal animal = getAnimal();
if (animal is Dog) {
animal.bark(); // smart cast to Dog
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment