0.141
Switch expressions in Java 13 (and with --switchexpression true for earlier)!
Improved reconstruction of Jdk 13 try-resource blocks. (bytecode style has changed...)
Fix regresssion with splitting exception handler. (Thanks scoleman)
Nop isolated stack variables to avoid reordering under a nasty obfuscation. (Thanks yanwentao)
Fix non determinism in resolving type clash in multi-exception handler. (Thanks borisk
Warn if type clash resolution leads to void variables.
Fix truncation issue with naming under huge bytecode.
Improve type clashes in iterated arrays.
Reduce aggressive lifting of field init from constructor.
Remove varargs spam.