Closed kfgodel closed 8 years ago
Accordig to the language spec http://docs.oracle.com/javase/specs/jls/se8/html/index.html null and void are types. I'm not sure how null can be reified
Can't find a way to represent null, and void is represented by Diamond.of(void.class)
Accordig to the language spec http://docs.oracle.com/javase/specs/jls/se8/html/index.html null and void are types. I'm not sure how null can be reified