`JEnum.valueOf(type as Class<Nothing>, value...
# announcements
g
JEnum.valueOf(type as Class<Nothing>, value)
compiles but the runtime seems to be inserting some kind of
throw NPE
intrinsically for types that are declared as
Nothing!