Skip to content

Instantly share code, notes, and snippets.

@barik
Created November 21, 2013 16:11
Show Gist options
  • Save barik/7584576 to your computer and use it in GitHub Desktop.
Save barik/7584576 to your computer and use it in GitHub Desktop.
Erasure.java:7: error: name clash: m(Erasure<Integer>) in B and m(Erasure<String>) in A have the same erasure, yet neith
er hides the other
static void m(Erasure<Integer> l) {}
^
1 error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment