Catch more cases of invalid input and give CompilationErrors. Previously these cases would lead to null pointer exceptions or assertion errors. R=sgjesse@google.com, vnukov@google.com Change-Id: I9684379ffbc98106bd9c4a8753861f682cb13b83
The R8 repo contains two tools.
D8 is a dexer that converts java byte code to dex code.
R8 is a java program shrinking and minification tool.