Skip to content

Instantly share code, notes, and snippets.

@monrealis
Last active June 15, 2017 22:16
Show Gist options
  • Save monrealis/3763f909eeeef34df27b82f6e27a25a1 to your computer and use it in GitHub Desktop.
Save monrealis/3763f909eeeef34df27b82f6e27a25a1 to your computer and use it in GitHub Desktop.
public class Main {
public static void main(String[] args) {
List<Object> list = new ArrayList<Object>();
list.add(list);
list.hashCode();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment