Created
October 24, 2012 16:07
-
-
Save mkandalf/3946998 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Volkswagon v = new Volkswagon(); | |
public class smallClown extends Clown { | |
public int hashCode(){ | |
v.getInCar(new smallClown("foo", 12.0)); | |
super(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment