Skip to content

Instantly share code, notes, and snippets.

@rschenk
Created December 11, 2012 15:41
Show Gist options
  • Save rschenk/4259431 to your computer and use it in GitHub Desktop.
Save rschenk/4259431 to your computer and use it in GitHub Desktop.
class JackieTreehorn {
public Woman treat(Object obj) {
return (Woman)obj;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment