dotty icon indicating copy to clipboard operation
dotty copied to clipboard

Implement JavaNull improvements for enums

Open abeln opened this issue 7 years ago • 0 comments

Java enums get a bunch of synthesized methods: https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html

Some of them (e.g. valueOf and values) never return null. Adjust JavaNullMap to account for that.

abeln avatar Aug 31 '18 18:08 abeln