Erasure type inference issue in Java
Recently I was working with the following code: I was compiling it with on Windows 10 x64. It wasn’t working because of the following: You can try reproducing the issue at compilejava.net, it throws the error at the moment. I was almost sure that it was a bug in javac, especially that the code was … Continue reading Erasure type inference issue in Java