Created
November 21, 2013 16:11
-
-
Save barik/7584576 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
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